{
  "name": "HealthClinics.com - Find Healthcare Providers",
  "short_name": "HealthClinics",
  "description": "Find and book appointments with healthcare providers near you",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#3E4C5D",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "categories": ["health", "medical", "lifestyle"],
  "shortcuts": [
    {
      "name": "Search Providers",
      "short_name": "Search",
      "description": "Find healthcare providers",
      "url": "/search",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "My Appointments",
      "short_name": "Appointments",
      "description": "View your appointments",
      "url": "/portal/appointments",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}

