{
  "$comment": "Phase M.6.1 — PWA manifest. App store wrappers (M.7.1 Capacitor iOS, M.7.2 TWA Android) point at this same install target. icon-1654.png is the existing NIEPID logo — proper 192/512/maskable icons land when a 1024×1024 brand master is generated.",
  "name": "Jiveesha Clinical Portal",
  "short_name": "Jiveesha",
  "description": "Unified clinical operating system for the Indian neurodevelopmental disorders sector. Patient records, assessments, intervention plans, session notes, and reports.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#f8fafc",
  "theme_color": "#2563eb",
  "lang": "en-IN",
  "dir": "ltr",
  "categories": ["medical", "health", "productivity"],
  "icons": [
    {
      "src": "/jiveesha-niepid-logo.png",
      "sizes": "any",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Patients",
      "short_name": "Patients",
      "description": "My patient caseload",
      "url": "/clinician/patients?source=pwa",
      "icons": [{ "src": "/jiveesha-niepid-logo.png", "sizes": "any" }]
    },
    {
      "name": "Schedule",
      "short_name": "Schedule",
      "description": "Today's appointments",
      "url": "/clinician/schedule?source=pwa",
      "icons": [{ "src": "/jiveesha-niepid-logo.png", "sizes": "any" }]
    },
    {
      "name": "Reception",
      "short_name": "Reception",
      "description": "Walk-ins and queue",
      "url": "/general-services/reception?source=pwa",
      "icons": [{ "src": "/jiveesha-niepid-logo.png", "sizes": "any" }]
    }
  ],
  "prefer_related_applications": false
}
