{
  "name": " Hospital Management System",
  "short_name": "HMS",
  "description": "Complete Hospital Management System for healthcare providers",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#4F46E5",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/MeditreeLogo.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/MeditreeLogo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["medical", "healthcare", "business"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "View hospital dashboard",
      "url": "/hospital-dash",
      "icons": [
        {
          "src": "/MeditreeLogo.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Patients",
      "short_name": "Patients",
      "description": "Manage patients",
      "url": "/patients",
      "icons": [
        {
          "src": "/MeditreeLogo.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Appointments",
      "short_name": "Appointments",
      "description": "View appointments",
      "url": "/patients-appointment",
      "icons": [
        {
          "src": "/MeditreeLogo.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}
