{
  "name": "HealthCircle — Your Health, Your Community",
  "short_name": "HealthCircle",
  "description": "India's AI-powered healthcare super app. Communities, AI doctor, online consultations, broadcasts and more — all in one place.",
  "id": "/?source=pwa",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "orientation": "portrait",
  "theme_color": "#2563EB",
  "background_color": "#F8FAFC",
  "lang": "en-IN",
  "dir": "ltr",
  "categories": ["health", "medical", "lifestyle", "social"],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-maskable-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Communities",
      "short_name": "Circles",
      "description": "Open your health communities",
      "url": "/communities",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "AI Doctor",
      "short_name": "Ask AI",
      "description": "Chat with the AI health assistant",
      "url": "/chat",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Find a doctor",
      "short_name": "Doctors",
      "description": "Book online consultations",
      "url": "/providers",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
