{
  "name": "Dr Nivana Ramlachan Dermatology",
  "short_name": "Dr Ramlachan",
  "description": "Professional dermatology care and online consultations with Dr Nivana Ramlachan",
  "theme_color": "#dabf7a",
  "background_color": "#ffffff",
  "display": "standalone",
  "orientation": "portrait",
  "scope": "/",
  "start_url": "/",
  "icons": [
    {
      "src": "/icons/icon-72x72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-96x96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-128x128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-144x144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-152x152.png",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-384x384.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable any"
    }
  ],
  "shortcuts": [
    {
      "name": "Book Consultation",
      "short_name": "Consult",
      "description": "Schedule an online consultation",
      "url": "/consultation",
      "icons": [
        {
          "src": "/icons/consultation-icon.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Shop Products",
      "short_name": "Shop",
      "description": "Browse skincare products",
      "url": "/shop",
      "icons": [
        {
          "src": "/icons/shop-icon.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "My Profile",
      "short_name": "Profile",
      "description": "View your profile and appointments",
      "url": "/profile",
      "icons": [
        {
          "src": "/icons/profile-icon.png",
          "sizes": "96x96"
        }
      ]
    }
  ],
  "categories": ["medical", "health", "lifestyle"],
  "lang": "en-US",
  "dir": "ltr"
} 