{
  "id": "/",
  "name": "Emergency360",
  "short_name": "Emergency360",
  "description": "AI-powered emergency response platform connecting citizens with ambulances, hospitals, police and emergency services.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui", "browser"],
  "orientation": "portrait",
  "background_color": "#FFFFFF",
  "theme_color": "#DC2626",
  "lang": "en",
  "dir": "ltr",
  "categories": ["medical", "health", "utilities"],
  "prefer_related_applications": false,
  "icons": [
    { "src": "/icons/favicon-16.png",         "sizes": "16x16",   "type": "image/png", "purpose": "any" },
    { "src": "/icons/favicon-32.png",         "sizes": "32x32",   "type": "image/png", "purpose": "any" },
    { "src": "/icons/badge-72.png",           "sizes": "72x72",   "type": "image/png", "purpose": "any" },
    { "src": "/icons/apple-touch-180.png",    "sizes": "180x180", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-192.png",           "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-256.png",           "sizes": "256x256", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-384.png",           "sizes": "384x384", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-512.png",           "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-maskable-512.png",  "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "screenshots": [
    { "src": "/images/hero-ambulance.png",  "sizes": "1280x800", "type": "image/png", "form_factor": "wide",   "label": "Emergency360 hero" },
    { "src": "/images/role-patient.png",    "sizes": "1024x1024","type": "image/png",                          "label": "For patients & families" },
    { "src": "/images/role-driver.png",     "sizes": "1024x1024","type": "image/png",                          "label": "For ambulance drivers" },
    { "src": "/images/role-hospital.png",   "sizes": "1024x1024","type": "image/png",                          "label": "For hospitals" }
  ],
  "shortcuts": [
    { "name": "Book ambulance",  "short_name": "Book",       "url": "/customer/book",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }] },
    { "name": "First aid tips",  "short_name": "First aid",  "url": "/customer/first-aid",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }] },
    { "name": "Track ambulance", "short_name": "Track",      "url": "/customer/bookings",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }] }
  ],
  "protocol_handlers": [
    { "protocol": "web+emergency360", "url": "/track?token=%s" }
  ]
}
