{
  "name": "Patient Portal",
  "short_name": "Patient Portal",
  "description": "Manage your healthcare appointments, documents, and more",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#f4f6f8",
  "theme_color": "#6200ea",
  "orientation": "portrait-primary",
  "scope": "/",
  "icons": [
    {
      "src": "/assets/assist-logo.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/assets/assist-logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["health", "medical"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "View your dashboard",
      "url": "/dashboard/summary",
      "icons": [{ "src": "/assets/assist-logo.png", "sizes": "96x96" }]
    },
    {
      "name": "Schedule Appointment",
      "short_name": "Schedule",
      "description": "Book a new appointment",
      "url": "/dashboard/schedule",
      "icons": [{ "src": "/assets/assist-logo.png", "sizes": "96x96" }]
    }
  ]
}
