{
  "name": "ExpoLens - Capture Expo Booths & Items",
  "short_name": "ExpoLens",
  "description": "Instantly capture, organize and review exhibition booths and items with ExpoLens",
  "start_url": "/?source=pwa",
  "id": "/",
  "icons": [
    {
      "src": "/static/pwa/web-app-manifest-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/static/pwa/web-app-manifest-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/static/pwa/favicon-96x96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "theme_color": "#009688",
  "background_color": "#f9fafb",
  "display": "standalone",
  "orientation": "portrait",
  "scope": "/",
  "shortcuts": [
    {
      "name": "Capture Booth",
      "short_name": "Capture",
      "description": "Start capturing a new booth",
      "url": "/expolens/booth/create/?source=pwa",
      "icons": [
        {
          "src": "/static/pwa/shortcut-capture.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "My Booths",
      "short_name": "Booths",
      "description": "View your saved booths",
      "url": "/expolens/booth/list/?source=pwa",
      "icons": [
        {
          "src": "/static/pwa/shortcut-booths.png",
          "sizes": "96x96"
        }
      ]
    }
  ],
  "categories": [
    "productivity",
    "photo",
    "business"
  ],
  "screenshots": [
    {
      "src": "/static/pwa/screenshot1.jpg",
      "sizes": "1280x720",
      "type": "image/jpeg",
      "platform": "wide",
      "label": "ExpoLens Home Screen"
    },
    {
      "src": "/static/pwa/screenshot2.jpg",
      "sizes": "1280x720",
      "type": "image/jpeg",
      "platform": "wide",
      "label": "Booth Capture Interface"
    }
  ]
}