{
  "name": "UPT Crime Alert",
  "short_name": "UPT Alert",
  "description": "Community crime reporting platform for Upington — report incidents, get real-time alerts, trigger SOS.",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#07101f",
  "theme_color": "#002D72",
  "lang": "en",
  "scope": "/",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "form_factor": "narrow"
    }
  ],
  "categories": ["utilities", "lifestyle", "social"],
  "shortcuts": [
    {
      "name": "Quick Report",
      "short_name": "Report",
      "description": "Report a crime fast",
      "url": "/quick-report",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Missing Persons",
      "short_name": "Missing",
      "description": "View missing persons",
      "url": "/missing",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
