{
  "short_name": "SSMC HMS",
  "name": "SSMC Hospital — Tumkur",
  "description": "Book appointments, find specialist doctors, check symptoms, and access hospital facilities at SSMC Hospital Tumkur.",
  "icons": [
    {
      "src": "favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "icons/icon-192.png",
      "type": "image/png",
      "sizes": "192x192",
      "purpose": "any maskable"
    },
    {
      "src": "icons/icon-512.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "any maskable"
    }
  ],
  "start_url": "/",
  "display": "standalone",
  "theme_color": "#0d9488",
  "background_color": "#f8fafc",
  "orientation": "portrait-primary",
  "lang": "en-IN",
  "categories": ["health", "medical"],
  "shortcuts": [
    {
      "name": "Find a Doctor",
      "short_name": "Doctors",
      "url": "/doctors",
      "description": "Browse specialist doctors and book appointments"
    },
    {
      "name": "Emergency",
      "short_name": "Emergency",
      "url": "/emergency",
      "description": "24/7 emergency contacts and ambulance service"
    },
    {
      "name": "Symptom Checker",
      "short_name": "Symptoms",
      "url": "/symptom-checker",
      "description": "AI-powered symptom analysis and doctor recommendations"
    },
    {
      "name": "Book Appointment",
      "short_name": "Book",
      "url": "/book-appointment",
      "description": "Schedule an appointment with a specialist"
    }
  ]
}