{
  "name": "EHR-Africa - Electronic Health Records",
  "short_name": "EHR-Africa",
  "description": "Offline-first Electronic Health Records system designed for African healthcare facilities. Manage patients, appointments, prescriptions, and clinical notes without internet.",
  "start_url": "/index.html",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#4CAF50",
  "orientation": "any",
  "scope": "/",
  "icons": [
    {
      "src": "/favicon.ico",
      "sizes": "16x16 32x32 48x48",
      "type": "image/x-icon"
    }
  ],
  "categories": ["health", "medical", "productivity"],
  "screenshots": [
    {
      "src": "/screenshots/dashboard.png",
      "sizes": "1280x720",
      "type": "image/png",
      "label": "Dashboard view with quick access to all features"
    }
  ],
  "shortcuts": [
    {
      "name": "Add Patient",
      "short_name": "Add Patient",
      "description": "Quickly add a new patient",
      "url": "/add-patient.html",
      "icons": [{ "src": "/favicon.ico", "sizes": "16x16" }]
    },
    {
      "name": "View Patients",
      "short_name": "Patients",
      "description": "View all patients",
      "url": "/patients.html",
      "icons": [{ "src": "/favicon.ico", "sizes": "16x16" }]
    },
    {
      "name": "Appointments",
      "short_name": "Appointments",
      "description": "Manage appointments",
      "url": "/appointments.html",
      "icons": [{ "src": "/favicon.ico", "sizes": "16x16" }]
    }
  ],
  "prefer_related_applications": false
}


