{
  "name": "AQIAlert — Pakistan Air Quality Forecasting",
  "short_name": "AQIAlert",
  "description": "Real-time Pakistan AQI monitoring, AI-powered smog forecasting, and health alerts. FYP 2026.",
  "start_url": "/dashboard",
  "display": "standalone",
  "background_color": "#102216",
  "theme_color": "#13ec5b",
  "orientation": "portrait-primary",
  "categories": ["weather", "health", "environmental"],
  "lang": "en",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/dashboard.png",
      "sizes": "1280x720",
      "type": "image/png",
      "label": "AQIAlert Dashboard"
    }
  ],
  "shortcuts": [
    {
      "name": "Live Map",
      "short_name": "Map",
      "description": "View live AQI map for Pakistan",
      "url": "/map",
      "icons": [{"src": "/icons/icon-192.png", "sizes": "192x192"}]
    },
    {
      "name": "AQI Prediction",
      "short_name": "Predict",
      "description": "Run AI-powered AQI forecast",
      "url": "/predict",
      "icons": [{"src": "/icons/icon-192.png", "sizes": "192x192"}]
    },
    {
      "name": "Active Alerts",
      "short_name": "Alerts",
      "description": "View active smog & fire alerts",
      "url": "/alerts",
      "icons": [{"src": "/icons/icon-192.png", "sizes": "192x192"}]
    }
  ]
}
