{
  "name": "HospitalX",
  "short_name": "HospitalX",
  "description": "Connected Hospital Management Platform",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#2563eb",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["medical", "health", "productivity"],
  "shortcuts": [
    {
      "name": "Appointments",
      "url": "/appointments",
      "description": "View and manage appointments"
    },
    {
      "name": "Patients",
      "url": "/patients",
      "description": "Patient directory"
    },
    {
      "name": "IPD",
      "url": "/ipd",
      "description": "In-patient department"
    }
  ]
}
