{
  "id": "/?source=pwa",
  "name": "Zanqir - Home Services",
  "short_name": "Zanqir",
  "description": "Book professional plumbers, electricians, and home service providers in just a few taps.",
  "start_url": "/onboarding.html",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui", "browser"],
  "orientation": "portrait",
  "background_color": "#0b1326",
  "theme_color": "#a078ff",
  "lang": "en",
  "dir": "ltr",
  "scope": "/",
  "categories": ["utilities", "lifestyle", "business"],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Book a Service",
      "short_name": "Book",
      "description": "Find and book a home service",
      "url": "/home.html",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "My Profile",
      "short_name": "Profile",
      "description": "View and edit your profile",
      "url": "/profile.html",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/screenshot-mobile.png",
      "sizes": "1920x912",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Zanqir Home Dashboard"
    }
  ],

  "prefer_related_applications": false,
  "related_applications": [],
  "launch_handler": {
    "client_mode": ["focus-existing", "auto"]
  }
}
