{
  "name": "CureQ — Clinic Queue Manager",
  "short_name": "CureQ",
  "description": "AI-powered clinic queue management, smart token system, doctor console, and real-time patient tracking.",
  "start_url": "/dashboard",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "orientation": "portrait-primary",
  "background_color": "#fbfbfa",
  "theme_color": "#01696f",
  "categories": ["medical", "productivity", "business"],
  "lang": "en",
  "icons": [
    {
      "src": "/icons/icon-72.svg",
      "sizes": "72x72",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-96.svg",
      "sizes": "96x96",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-128.svg",
      "sizes": "128x128",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Reception Dashboard",
      "short_name": "Reception",
      "description": "Open receptionist command center",
      "url": "/dashboard/reception",
      "icons": [{ "src": "/icons/icon-96.svg", "sizes": "96x96", "type": "image/svg+xml" }]
    },
    {
      "name": "Doctor Console",
      "short_name": "Doctor",
      "description": "Open doctor consultation console",
      "url": "/dashboard/doctor",
      "icons": [{ "src": "/icons/icon-96.svg", "sizes": "96x96", "type": "image/svg+xml" }]
    },
    {
      "name": "Analytics",
      "short_name": "Analytics",
      "description": "View clinic analytics and AI insights",
      "url": "/dashboard/analytics",
      "icons": [{ "src": "/icons/icon-96.svg", "sizes": "96x96", "type": "image/svg+xml" }]
    }
  ],
  "screenshots": [],
  "prefer_related_applications": false
}
