{
  "name": "Clinicsync — Queue Management",
  "short_name": "Clinicsync",
  "description": "Real-time clinic queue management for doctors and receptionists",
  "start_url": "/doctor/dashboard",
  "scope": "/",
  "display": "standalone",
  "background_color": "#f0f4f8",
  "theme_color": "#2563eb",
  "orientation": "portrait-primary",
  "categories": ["medical", "productivity"],
  "icons": [
    {
      "src": "/uploads/clinic-favicon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/uploads/clinic-favicon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Doctor Dashboard",
      "url": "/doctor/dashboard",
      "description": "Open the doctor queue dashboard"
    }
  ]
}