{
  "short_name": "GhEHR",
  "name": "Ghana Electronic Health Records System",
  "description": "Comprehensive Electronic Health Records system for Ghana's healthcare facilities with offline capabilities",
  "icons": [
    {
      "src": "favicon.ico",
      "sizes": "64x64 32x32 24x24 16x16",
      "type": "image/x-icon",
      "purpose": "any maskable"
    },
    {
      "src": "logo192.png",
      "type": "image/png",
      "sizes": "192x192",
      "purpose": "any maskable"
    },
    {
      "src": "logo512.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "any maskable"
    }
  ],
  "start_url": "/",
  "display": "standalone",
  "orientation": "any",
  "theme_color": "#dc143c",
  "background_color": "#ffffff",
  "categories": ["medical", "health", "productivity"],
  "lang": "en",
  "scope": "/",
  "prefer_related_applications": false,
  "screenshots": [
    {
      "src": "logo512.png",
      "sizes": "512x512",
      "type": "image/png",
      "label": "GhEHR Dashboard"
    }
  ],
  "shortcuts": [
    {
      "name": "Patient Registration",
      "short_name": "Register",
      "description": "Register a new patient",
      "url": "/patients/register",
      "icons": [
        {
          "src": "logo192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Appointments",
      "short_name": "Appointments",
      "description": "Manage appointments",
      "url": "/appointments",
      "icons": [
        {
          "src": "logo192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Clinical Notes",
      "short_name": "Notes",
      "description": "Write clinical notes",
      "url": "/clinical-notes",
      "icons": [
        {
          "src": "logo192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "OPD Dashboard",
      "short_name": "OPD",
      "description": "Outpatient department dashboard",
      "url": "/opd/dashboard",
      "icons": [
        {
          "src": "logo192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Prescriber Station",
      "short_name": "Prescriber",
      "description": "Prescriber station and consultations",
      "url": "/opd/prescriber-station",
      "icons": [
        {
          "src": "logo192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ],
  "related_applications": [],
  "protocol_handlers": [
    {
      "protocol": "web+ghehr",
      "url": "/?handle=%s"
    }
  ]
}
