{
  "name": "UnityBridge — Community Calamity and Hazard Reporting System",
  "short_name": "UnityBridge",
  "description": "Report hazards, receive alerts, and track incidents across Batangas City.",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#FFF9F1",
  "theme_color": "#F2994A",
  "lang": "en",
  "categories": ["utilities", "government"],
  "icons": [
    {
      "src": "assets/image/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "assets/image/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "assets/image/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Report an incident",
      "short_name": "Report",
      "url": "./pages/resident/report-incident.html",
      "icons": [{ "src": "assets/image/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "View alerts",
      "short_name": "Alerts",
      "url": "./pages/resident/alerts.html",
      "icons": [{ "src": "assets/image/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
