{
  "id": "/admin",
  "name": "Zainflow Command Center",
  "short_name": "Zainflow Ops",
  "description": "Operations command center: live dispatch board, route map, alerts, staff messaging, inventory and finance for healthcare operations.",
  "start_url": "/command-center",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#f8fafc",
  "theme_color": "#ffffff",
  "icons": [
    {
      "src": "/admin/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/admin/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Dispatch Board",
      "url": "/dispatch",
      "icons": [{ "src": "/admin/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Live Route Map",
      "url": "/map",
      "icons": [{ "src": "/admin/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Alerts & Escalations",
      "url": "/alerts",
      "icons": [{ "src": "/admin/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Staff Messages",
      "url": "/messages",
      "icons": [{ "src": "/admin/icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
