{
  "name": "CureSuite",
  "short_name": "CureSuite",
  "description": "Clinic management platform for modern healthcare providers",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#0ea5e9",
  "orientation": "portrait-primary",
  "icons": [
    { "src": "/curesuite-mark.svg", "sizes": "256x256", "type": "image/svg+xml", "purpose": "any maskable" }
  ],
  "shortcuts": [
    {
      "name": "My Appointments",
      "short_name": "Appointments",
      "description": "View your upcoming appointments",
      "url": "/patient-portal/appointments",
      "icons": [{ "src": "/curesuite-mark.svg", "sizes": "256x256", "type": "image/svg+xml" }]
    },
    {
      "name": "Today's Schedule",
      "short_name": "Schedule",
      "description": "Doctor's schedule for today",
      "url": "/doctor-portal/appointments",
      "icons": [{ "src": "/curesuite-mark.svg", "sizes": "256x256", "type": "image/svg+xml" }]
    }
  ]
}
