{
  "name": "PlasticPulse Houston",
  "short_name": "PlasticPulse",
  "description": "Map and report plastic pollution hotspots across Houston's bayous, parks, and streets.",
  "start_url": "/",
  "id": "/",
  "display": "standalone",
  "display_fallback": ["minimal-ui", "browser"],
  "background_color": "#0a1628",
  "theme_color": "#0a1628",
  "orientation": "portrait-primary",
  "lang": "en-US",
  "scope": "/",
  "categories": ["environment", "social", "lifestyle"],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192-maskable.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Report a Hotspot",
      "short_name": "Report",
      "description": "Submit a new litter hotspot",
      "url": "/report",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "View Map",
      "short_name": "Map",
      "description": "Explore hotspots on the map",
      "url": "/map",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ],
  "screenshots": [
    {
      "src": "/opengraph.jpg",
      "sizes": "1200x630",
      "type": "image/jpeg",
      "label": "PlasticPulse Houston homepage"
    }
  ]
}
