{
  "name": "FIREUP - Fire Incident Reporting",
  "short_name": "FIREUP",
  "description": "Fire Incident Reporting and Emergency Update Platform",
  "start_url": "/bfp-app/index.php",
  "scope": "/bfp-app/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#ff0000",
  "theme_color": "#ff0000",
  "categories": ["utilities", "emergency"],
  "icons": [
    {
      "src": "/bfp-app/assets/logo/fireup.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable any"
    }
  ],
  "shortcuts": [
    {
      "name": "Report Fire",
      "short_name": "Report",
      "description": "Report a fire incident",
      "url": "/bfp-app/modules/resident/report.php",
      "icons": [{ "src": "/bfp-app/assets/logo/fireup.png", "sizes": "512x512" }]
    }
  ]
}
