{
  "name": "Healthy India Live",
  "short_name": "HealthyIndia",
  "description": "India's #1 Digital Health Platform - Connect with doctors, order medicines, book lab tests, and track your health journey.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#22c55e",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en",
  "categories": ["health", "medical", "lifestyle"],
  "icons": [
    {
      "src": "/icons/icon-192x192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512x512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Find Doctor",
      "short_name": "Doctors",
      "url": "/doctors"
    },
    {
      "name": "Order Medicine",
      "short_name": "Pharmacy",
      "url": "/pharmacy"
    }
  ]
}