{
  "name": "ResilientHub Emergency Management",
  "short_name": "ResilientHub",
  "description": "Emergency Management Platform with offline support for incident response and coordination",
  "start_url": "/?utm_source=pwa",
  "scope": "/",
  "display": "standalone",
  "theme_color": "#0F0F29",
  "background_color": "#0F0F29",
  "orientation": "any",
  "categories": ["business", "medical", "utilities"],
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "New Incident",
      "short_name": "Incident",
      "description": "Report a new incident",
      "url": "/command?action=new-incident",
      "icons": [{ "src": "/icon-192.svg", "sizes": "192x192" }]
    },
    {
      "name": "Command Center",
      "short_name": "Command",
      "description": "Open command center",
      "url": "/command",
      "icons": [{ "src": "/icon-192.svg", "sizes": "192x192" }]
    },
    {
      "name": "Messages",
      "short_name": "Chat",
      "description": "Open Matrix chat",
      "url": "/matrix-demo",
      "icons": [{ "src": "/icon-192.svg", "sizes": "192x192" }]
    }
  ],
  "screenshots": [
    {
      "src": "/images/screenshot-1.png",
      "sizes": "1280x720",
      "type": "image/png",
      "label": "Dashboard view showing incident management"
    },
    {
      "src": "/images/screenshot-2.png",
      "sizes": "1280x720",
      "type": "image/png",
      "label": "Command Center with ICS tabs"
    }
  ],
  "related_applications": [],
  "permissions": [
    "notifications",
    "geolocation",
    "camera",
    "microphone"
  ],
  "features": [
    "offline",
    "background-sync",
    "push-notifications",
    "webrtc-video-calls"
  ]
}