{
  "name": "MediPlus — Benue State Healthcare Platform",
  "short_name": "MediPlus",
  "description": "Benue State Health Management Board Digital Healthcare Platform",
  "start_url": "/index.html",
  "display": "standalone",
  "background_color": "#0F172A",
  "theme_color": "#1D4ED8",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 192'><rect width='192' height='192' rx='40' fill='%231D4ED8'/><text y='.85em' font-size='140' x='20'>🏥</text></svg>",
      "sizes": "192x192",
      "type": "image/svg+xml"
    }
  ],
  "categories": ["health", "medical", "government"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Register Patient",
      "url": "/pages/patients/register.html",
      "description": "Register a new patient"
    },
    {
      "name": "Patient Search",
      "url": "/pages/patients/search.html",
      "description": "Find an existing patient"
    }
  ]
}