{
  "name": "Welbodi — Nexa Health EMR",
  "short_name": "Welbodi",
  "description": "Integrated EMR & Community Health Platform for Sierra Leone — Nexa-Health",
  "theme_color": "#1e40af",
  "background_color": "#f8fafc",
  "display": "standalone",
  "orientation": "any",
  "start_url": "/",
  "scope": "/",
  "categories": ["medical", "health", "productivity"],
  "icons": [
    {
      "src": "/icons/icon-64.png",
      "sizes": "64x64",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "OPD Queue",
      "short_name": "Queue",
      "url": "/queue",
      "description": "View the outpatient queue",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Register Patient",
      "short_name": "Register",
      "url": "/patients/new",
      "description": "Register a new patient",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "CHW Field App",
      "short_name": "Field",
      "url": "/field",
      "description": "Community health worker field tools",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
