{
  "name": "Lifevyn Health - Digital Healthcare Platform",
  "short_name": "Lifevyn",
  "id": "/",
  "description": "India's trusted digital healthcare platform. Book doctor consultations, video calls, AI health assistant, medical certificates, online pharmacy, and corporate wellness — all in one app.",
  "start_url": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "background_color": "#ffffff",
  "theme_color": "#0d9488",
  "orientation": "any",
  "scope": "/",
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/favicon-48.png",
      "sizes": "48x48",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "categories": ["health", "medical", "lifestyle"],
  "lang": "en",
  "dir": "ltr",
  "screenshots": [
    {
      "src": "/og-image.png",
      "sizes": "1408x768",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Lifevyn Health Platform - Dashboard"
    },
    {
      "src": "/screenshot-mobile.png",
      "sizes": "432x768",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Lifevyn Health Platform - Mobile View"
    }
  ],
  "shortcuts": [
    {
      "name": "Book Consultation",
      "short_name": "Consult",
      "url": "/dashboard",
      "description": "Book a doctor consultation",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "AI Health Tools",
      "short_name": "Veda OS",
      "url": "/medimind",
      "description": "Access 62 AI health capabilities",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Medicine Store",
      "short_name": "Pharmacy",
      "url": "/medicine-store",
      "description": "Order medicines online",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ],
  "share_target": {
    "action": "/dashboard",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "handle_links": "preferred",
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "edge_side_panel": {
    "preferred_width": 400
  },
  "related_applications": [],
  "protocol_handlers": [
    {
      "protocol": "web+medibridge",
      "url": "/dashboard?source=%s"
    }
  ]
}
