{
  "short_name": "Bharat Swasth",
  "name": "Bharat Swasth - Medical Report Analyzer",
  "description": "AI-powered medical report analysis platform. Upload your medical reports and get instant, easy-to-understand insights.",
  "icons": [
    {
      "src": "favicon.ico",
      "sizes": "48x48 32x32 16x16",
      "type": "image/x-icon"
    },
    {
      "src": "logo-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "logo-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "theme_color": "#2563eb",
  "background_color": "#f9fafb",
  "orientation": "portrait-primary",
  "categories": ["health", "medical", "utilities"],
  "shortcuts": [
    {
      "name": "Analyze Report",
      "short_name": "Analyze",
      "description": "Quickly analyze a medical report",
      "url": "/analyze"
    },
    {
      "name": "My Dashboard",
      "short_name": "Dashboard",
      "description": "View your reports and history",
      "url": "/dashboard"
    }
  ],
  "prefer_related_applications": false
}