{
  "short_name": "Yashoda Chatbot",
  "name": "Yashoda Hospital Healthcare Chatbot",
  "description": "Intelligent healthcare assistant for Yashoda Hospital - book appointments, get medical information, and access hospital services 24/7",
  "icons": [
    {
      "src": "favicon.ico",
      "sizes": "64x64 32x32 24x24 16x16",
      "type": "image/x-icon"
    },
    {
      "src": "logo192.png",
      "type": "image/png",
      "sizes": "192x192"
    },
    {
      "src": "logo512.png",
      "type": "image/png",
      "sizes": "512x512"
    }
  ],
  "start_url": ".",
  "display": "standalone",
  "theme_color": "#2563eb",
  "background_color": "#f0f9ff",
  "categories": ["health", "medical", "productivity"],
  "lang": "en-US",
  "orientation": "portrait-primary",
  "scope": "/",
  "shortcuts": [
    {
      "name": "Emergency Contact",
      "short_name": "Emergency",
      "description": "Quick access to emergency services",
      "url": "/?emergency=true",
      "icons": [{ "src": "logo192.png", "sizes": "192x192" }]
    },
    {
      "name": "Book Appointment",
      "short_name": "Appointment",
      "description": "Book medical appointment",
      "url": "/?action=appointment",
      "icons": [{ "src": "logo192.png", "sizes": "192x192" }]
    }
  ]
}