{
  "name": "Bangalore Ambulance Tracker",
  "short_name": "Ambulance Tracker",
  "description": "Real-time ambulance tracking system for Bangalore emergency services",
  "start_url": "/dashboard",
  "id": "/dashboard",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#111827",
  "theme_color": "#DC2626",
  "lang": "en",
  "categories": ["health", "emergency", "navigation"],
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/icons/ambulance-72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/ambulance-96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/ambulance-128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/ambulance-144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/ambulance-152.png",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/ambulance-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/ambulance-384.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/ambulance-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/dashboard-mobile.png",
      "sizes": "540x720",
      "type": "image/png",
      "form_factor": "narrow"
    },
    {
      "src": "/screenshots/dashboard-desktop.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide"
    }
  ],
  "shortcuts": [
    {
      "name": "Command Center",
      "url": "/dashboard/command/",
      "description": "Open the command center dashboard"
    },
    {
      "name": "Crew Dashboard",
      "url": "/dashboard/crew/",
      "description": "Open the ambulance crew dashboard"
    }
  ]
}
