{
  "name": "Scrabyt AI — Healthcare OS",
  "short_name": "Scrabyt",
  "description": "AI-powered clinical operating system for Indian doctors",
  "theme_color": "#0a0f1a",
  "background_color": "#0a0f1a",
  "display": "standalone",
  "scope": "/",
  "start_url": "/",
  "orientation": "portrait-primary",
  "categories": ["medical", "health", "productivity"],
  "lang": "en-IN",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "New Consultation",
      "short_name": "Consult",
      "description": "Start a new patient consultation",
      "url": "/consultation/new",
      "icons": [{ "src": "/icons/icon-96.png", "sizes": "96x96" }]
    },
    {
      "name": "Patient Queue",
      "short_name": "Queue",
      "description": "View today's patient queue",
      "url": "/queue",
      "icons": [{ "src": "/icons/icon-96.png", "sizes": "96x96" }]
    }
  ],
  "id": "/?source=pwa",
  "launch_handler": { "client_mode": "navigate-existing" },
  "handle_links": "preferred",
  "screenshots": [
    {
      "src": "/splashes/splash-1290x2796.svg",
      "sizes": "1290x2796",
      "type": "image/svg+xml",
      "form_factor": "narrow",
      "label": "Scrabyt AI — Patient Queue"
    }
  ],
  "prefer_related_applications": false
}
