{
  "name": "RMV Hospital – Appointment System",
  "short_name": "RMV Hospital",
  "description": "Book and manage hospital appointments at RMV Hospital",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#f0f9ff",
  "theme_color": "#0e92e9",
  "orientation": "any",
  "icons": [
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any maskable" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" }
  ],
  "categories": ["medical", "health"],
  "shortcuts": [
    {
      "name": "Pending Approvals",
      "url": "/reception/pending",
      "description": "View and approve pending appointment requests"
    },
    {
      "name": "Today's Queue",
      "url": "/reception/queue",
      "description": "View today's patient queue"
    }
  ]
}
