{
  "name": "PRO - Pakistan Recovery Oasis HMS",
  "short_name": "PRO HMS",
  "description": "Hospital Management System for Pakistan Recovery Oasis",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#ffffff",
  "theme_color": "#0f766e",
  "lang": "en",
  "categories": ["medical", "health", "business"],
  "icons": [
    {
      "src": "/static/favicon-96x96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/logo.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/static/logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/static/logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "PRO HMS Dashboard"
    }
  ],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "Go to Dashboard",
      "url": "/?view=dashboard",
      "icons": [{ "src": "/static/favicon-96x96.png", "sizes": "96x96" }]
    },
    {
      "name": "Patients",
      "short_name": "Patients",
      "description": "View Patients",
      "url": "/?view=patients",
      "icons": [{ "src": "/static/favicon-96x96.png", "sizes": "96x96" }]
    }
  ]
}
