{
  "id": "/",
  "name": "Findoc — Find the Right Specialist",
  "short_name": "Findoc",
  "description": "Describe your symptoms and find the right specialist clinic.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#F9FBFD",
  "theme_color": "#00a9b7",
  "orientation": "portrait-primary",
  "lang": "en",
  "categories": ["health", "medical"],
  "icons": [
    { "src": "/icons/icon-192.png",         "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-512.png",         "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-maskable-192.png","sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "/icons/icon-maskable-512.png","sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    {
      "name": "Get Guidance",
      "short_name": "Navigate",
      "description": "Describe your symptoms and find the right specialist",
      "url": "/navigate",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "My Profile",
      "short_name": "Profile",
      "description": "View your saved clinics and search history",
      "url": "/profile",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ],
  "screenshots": [
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Findoc home screen"
    }
  ]
}
