{
  "name": "NAVSO - Dr. Navjeet Singh Ahluwalia",
  "short_name": "NAVSO",
  "description": "Specialist cardiology appointment booking, preventive care, and patient support in Delhi.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#ffffff",
  "theme_color": "#1a56db",
  "lang": "en-IN",
  "categories": ["medical", "health"],
  "icons": [
    {
      "src": "/assets/img/favicon-16x16.png",
      "sizes": "16x16",
      "type": "image/png"
    },
    {
      "src": "/assets/img/favicon-32x32.png",
      "sizes": "32x32",
      "type": "image/png"
    },
    {
      "src": "/assets/img/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png"
    },
    {
      "src": "/assets/img/doctor-portrait.webp",
      "sizes": "420x470",
      "type": "image/webp",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Book Appointment",
      "short_name": "Book",
      "description": "Book a cardiology consultation",
      "url": "/booking/",
      "icons": [{"src": "/assets/img/favicon-32x32.png", "sizes": "32x32"}]
    },
    {
      "name": "Patient Support",
      "short_name": "Support",
      "description": "Contact patient support centre",
      "url": "/patient-support/",
      "icons": [{"src": "/assets/img/favicon-32x32.png", "sizes": "32x32"}]
    }
  ]
}