{
  "id": "/",
  "name": "VISPACK",
  "short_name": "VISPACK",
  "description": "Create and share product lists, explore catalogs, and manage tickets.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "orientation": "portrait",
  "background_color": "#1f2937",
  "theme_color": "#116CF5",
  "lang": "en",
  "categories": ["business", "productivity"],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-maskable-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Lists",
      "short_name": "Lists",
      "url": "/lists"
    },
    {
      "name": "Explore",
      "short_name": "Explore",
      "url": "/explore"
    },
    {
      "name": "Tickets",
      "short_name": "Tickets",
      "url": "/tickets"
    }
  ]
}
