{
  "name": "Hospital Management System",
  "short_name": "HMS",
  "description": "Sistem Manajemen Rumah Sakit - Hospital Management System for Indonesian Healthcare",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#465fff",
  "orientation": "any",
  "scope": "/",
  "lang": "id",
  "categories": ["medical", "health", "business"],
  "icons": [
    {
      "src": "/favicon.ico",
      "sizes": "64x64 32x32 24x24 16x16",
      "type": "image/x-icon"
    }
  ],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "Open HMS Dashboard",
      "url": "/dashboard"
    },
    {
      "name": "Patients",
      "short_name": "Patients",
      "description": "View Patient List",
      "url": "/patients"
    },
    {
      "name": "Queue",
      "short_name": "Queue",
      "description": "View Queue Display",
      "url": "/queue/display"
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false
}
