{
  "name": "DocConnect — Doctor Consultation",
  "short_name": "DocConnect",
  "description": "Book doctor appointments online. Find specialists, choose time slots, consult from home.",
  "theme_color": "#2563eb",
  "background_color": "#ffffff",
  "display": "standalone",
  "orientation": "portrait",
  "scope": "/",
  "start_url": "/",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["health", "medical", "lifestyle"],
  "shortcuts": [
    {
      "name": "Find a Doctor",
      "url": "/doctors",
      "description": "Browse and search doctors"
    },
    {
      "name": "My Appointments",
      "url": "/dashboard",
      "description": "View your appointments"
    }
  ]
}
