{
  "name": "ElectionGuide",
  "short_name": "ElectionGuide",
  "description": "Your interactive AI-powered guide to the election process.",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#020617",
  "theme_color": "#2563eb",
  "lang": "en",
  "categories": ["education", "government", "utilities"],
  "icons": [
    {
      "src": "/icons/icon-72x72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-96x96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable any"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/desktop.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "ElectionGuide Desktop View"
    }
  ],
  "shortcuts": [
    {
      "name": "AI Assistant",
      "short_name": "Assistant",
      "url": "/assistant",
      "description": "Open the Gemini AI election assistant",
      "icons": [{ "src": "/icons/icon-96x96.png", "sizes": "96x96" }]
    },
    {
      "name": "Find Polling Station",
      "short_name": "Locator",
      "url": "/locator",
      "description": "Find your nearest polling station",
      "icons": [{ "src": "/icons/icon-96x96.png", "sizes": "96x96" }]
    }
  ]
}
