{
  "name": "WEDC Hospital Management System",
  "short_name": "WEDC Care",
  "description": "Comprehensive Hospital & Dental Electronic Medical Records (EMR) System",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#f3f4f6",
  "theme_color": "#0f172a",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png"
    }
  ],
  "shortcuts": [
    {
      "name": "Patients Directory",
      "short_name": "Patients",
      "description": "Manage patient files and records",
      "url": "/patients",
      "icons": [{ "src": "/icons/3d/patient.png", "sizes": "96x96" }]
    },
    {
      "name": "Appointments Calendar",
      "short_name": "Appointments",
      "description": "View scheduled appointments",
      "url": "/appointments",
      "icons": [{ "src": "/icons/3d/appointments.png", "sizes": "96x96" }]
    },
    {
      "name": "Billing Ledger",
      "short_name": "Billing",
      "description": "Invoices and revenue ledger",
      "url": "/billing",
      "icons": [{ "src": "/icons/3d/billing.png", "sizes": "96x96" }]
    }
  ]
}
