{
  "id": "/?source=pwa",
  "name": "SardineWatch — KZN Sardine Run Tracker",
  "short_name": "SardineWatch",
  "description": "Track the KZN sardine run live. Free community sighting app for South Africa's KwaZulu-Natal coast.",
  "start_url": "/app",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "orientation": "portrait",
  "background_color": "#0e4271",
  "theme_color": "#0e4271",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192-maskable.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Report a sighting",
      "short_name": "Report",
      "description": "Log a new sardine sighting with photo and location",
      "url": "/app/report",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Live map",
      "short_name": "Map",
      "description": "See sightings reported near you in real time",
      "url": "/app/map",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Live feed",
      "short_name": "Feed",
      "description": "Latest sardine sightings from the community",
      "url": "/app",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ],
  "categories": ["lifestyle", "social", "weather"],
  "lang": "en-ZA",
  "dir": "ltr",
  "prefer_related_applications": false
}
