{
  "name": "ADIEVIA SIMRS Terintegrasi",
  "short_name": "ADIEVIA",
  "description": "Sistem Manajemen Rumah Sakit - Hospital Management System for Indonesian Healthcare",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#000000",
  "theme_color": "#36c95f",
  "orientation": "any",
  "scope": "/",
  "lang": "id",
  "categories": ["medical", "health", "business"],
  "icons": [
    {
      "src": "/web-app-manifest-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml"
    },
    {
      "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": "Pasien",
      "short_name": "Pasien",
      "description": "Lihat Daftar Pasien",
      "url": "/patients"
    },
    {
      "name": "Antrian",
      "short_name": "Antrian",
      "description": "Lihat Display Antrian",
      "url": "/queue/display"
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false
}
