{
  "name": "Vayu — Predicts Your Day",
  "short_name": "Vayu",
  "description": "Hyperlocal weather, air quality, IMD alerts, and smart decisions for India.",
  "id": "/?source=pwa",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "orientation": "portrait-primary",
  "theme_color": "#0084FF",
  "background_color": "#0c1009",
  "lang": "en",
  "dir": "ltr",
  "categories": ["weather", "utilities", "lifestyle"],
  "prefer_related_applications": false,
  "related_applications": [
    { "platform": "play", "url": "https://play.google.com/store/apps/details?id=app.vayu", "id": "app.vayu" }
  ],
  "launch_handler": { "client_mode": ["navigate-existing", "auto"] },
  "handle_links": "preferred",
  "edge_side_panel": { "preferred_width": 420 },
  "icons": [
    { "src": "/icon-192.png",          "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icon-512.png",          "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icon-192-maskable.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "/icon-512-maskable.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" },
    { "src": "/icon-monochrome.png",   "sizes": "512x512", "type": "image/png", "purpose": "monochrome" }
  ],
  "screenshots": [
    {
      "src": "/screenshots/today.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Today — current weather, what to wear, what to carry"
    },
    {
      "src": "/screenshots/airquality.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Air quality — AQI, PM2.5, PM10 with hour-by-hour outlook"
    }
  ],
  "shortcuts": [
    {
      "name": "Today",
      "short_name": "Today",
      "description": "Current conditions and the day ahead",
      "url": "/?tab=today",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Air Quality",
      "short_name": "AQI",
      "description": "Live air-quality index for your location",
      "url": "/airquality",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Live Radar",
      "short_name": "Radar",
      "description": "Animated precipitation radar",
      "url": "/radar",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "7-Day Forecast",
      "short_name": "7-Day",
      "description": "Week ahead, day by day",
      "url": "/forecast7",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ]
}
