{
  "name": "Dr. Pawar's Clinic",
  "short_name": "Dr. Pawar Clinic",
  "description": "Dr. Pawar's Clinic offers reliable diagnosis and personalized treatment for both adults and children. Known for genuine advice, quality care, and holistic healing in Pune, Maharashtra",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#059669",
  "orientation": "portrait-primary",
  "scope": "/",
  "icons": [
    {
      "src": "icon.png",
      "sizes": "48x48",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "apple-touch-icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "apple-touch-icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "apple-touch-icon-180x180.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "categories": ["health", "medical", "healthcare", "ayurveda"],
  "lang": "en",
  "dir": "ltr",
  "prefer_related_applications": false,
  "shortcuts": [
    {
      "name": "Book Appointment",
      "short_name": "Book",
      "description": "Book an appointment with our doctors",
      "url": "/book-appointment",
      "icons": [
        {
          "src": "apple-touch-icon-192x192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "E-Consultation",
      "short_name": "E-Consult",
      "description": "Book a video consultation",
      "url": "/e-consultation",
      "icons": [
        {
          "src": "apple-touch-icon-192x192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Facilities",
      "short_name": "Services",
      "description": "View our medical services",
      "url": "/facilities",
      "icons": [
        {
          "src": "apple-touch-icon-192x192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ]
}