{
  "name": "E-Pasien RSAB",
  "short_name": "EPasien",
  "description": "Aplikasi Pendaftaran Online Rumah Sakit Amalia Bontang",
  "theme_color": "#2563eb",
  "background_color": "#eff6ff",
  "display": "standalone",
  "orientation": "portrait",
  "scope": "/",
  "start_url": "/",
  "icons": [
    {
      "src": "/web-app-manifest-192x192.png?v=20260427",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/web-app-manifest-512x512.png?v=20260427",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "categories": [
    "health",
    "medical"
  ],
  "shortcuts": [
    {
      "name": "Buat Janji",
      "short_name": "Janji",
      "description": "Buat janji temu dengan dokter",
      "url": "/beranda",
      "icons": [
        {
          "src": "/web-app-manifest-192x192.png?v=20260427",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Riwayat",
      "short_name": "Riwayat",
      "description": "Lihat riwayat kunjungan",
      "url": "/beranda?action=history",
      "icons": [
        {
          "src": "/web-app-manifest-192x192.png?v=20260427",
          "sizes": "192x192"
        }
      ]
    }
  ]
}