{
  "name": "My Dentist",
  "short_name": "My Dentist",
  "description": "Find and book verified dentists across Pakistan.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#FFFFFF",
  "theme_color": "#0052FF",
  "id": "/",
  "scope": "/",
  "lang": "en-PK",
  "dir": "ltr",
  "orientation": "portrait-primary",
  "categories": [
    "health",
    "medical",
    "lifestyle"
  ],
  "icons": [
    {
      "src": "/icons/icon-192.webp",
      "sizes": "192x192",
      "type": "image/webp"
    },
    {
      "src": "/icons/icon-512.webp",
      "sizes": "512x512",
      "type": "image/webp"
    },
    {
      "src": "/icons/icon-512.webp",
      "sizes": "512x512",
      "type": "image/webp",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Find a dentist",
      "short_name": "Find",
      "url": "/?screen=Search"
    },
    {
      "name": "My appointments",
      "short_name": "Appointments",
      "url": "/?screen=Appointments"
    }
  ]
}