{
  "name": "EcoView — Pollution Reporting",
  "short_name": "EcoView",
  "description": "Community-powered environmental pollution reporting and monitoring platform.",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#ffffff",
  "theme_color": "#6d8f19",
  "icons": [
    {
      "src": "/logo.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/icon.png.jpeg",
      "sizes": "192x192",
      "type": "image/jpeg"
    }
  ],
  "categories": ["environment", "utilities", "social"],
  "shortcuts": [
    {
      "name": "Submit Report",
      "short_name": "Report",
      "description": "Submit a new pollution incident report",
      "url": "/report",
      "icons": [{ "src": "/logo.svg", "sizes": "any" }]
    },
    {
      "name": "View Map",
      "short_name": "Map",
      "description": "Live pollution map",
      "url": "/map-view",
      "icons": [{ "src": "/logo.svg", "sizes": "any" }]
    }
  ]
}
