{
  "id": "/",
  "name": "City Labs",
  "short_name": "City Labs",
  "description": "Wholesale product gallery and ordering.",
  "start_url": "./?source=pwa",
  "scope": "./",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui", "browser"],
  "orientation": "portrait",
  "theme_color": "#000000",
  "background_color": "#000000",
  "categories": ["business", "shopping"],
  "icons": [
    {
      "src": "./assets/city-labs-app-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./assets/city-labs-app-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./assets/city-labs-maskable-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Open Product Gallery",
      "short_name": "Gallery",
      "url": "./?source=shortcut-gallery",
      "icons": [
        {
          "src": "./assets/city-labs-app-icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ]
}
