{
  "name": "iLAND — India's Real Estate Platform",
  "short_name": "iLAND",
  "description": "India's GPS-powered real estate marketplace for Sale, Rent & Lease — with verified professionals.",
  "start_url": "/index.html",
  "scope": "/",
  "display": "standalone",
  "background_color": "#0A2568",
  "theme_color": "#1240AB",
  "orientation": "portrait-primary",
  "lang": "en-IN",
  "categories": ["real estate", "property", "land"],
  "icons": [
    { "src": "icons/icon-72.png",   "sizes": "72x72",   "type": "image/png", "purpose": "any maskable" },
    { "src": "icons/icon-96.png",   "sizes": "96x96",   "type": "image/png", "purpose": "any maskable" },
    { "src": "icons/icon-128.png",  "sizes": "128x128", "type": "image/png", "purpose": "any maskable" },
    { "src": "icons/icon-144.png",  "sizes": "144x144", "type": "image/png", "purpose": "any maskable" },
    { "src": "icons/icon-152.png",  "sizes": "152x152", "type": "image/png", "purpose": "any maskable" },
    { "src": "icons/icon-192.png",  "sizes": "192x192", "type": "image/png", "purpose": "any maskable" },
    { "src": "icons/icon-384.png",  "sizes": "384x384", "type": "image/png", "purpose": "any maskable" },
    { "src": "icons/icon-512.png",  "sizes": "512x512", "type": "image/png", "purpose": "any maskable" }
  ],
  "screenshots": [
    { "src": "screenshots/home.png", "sizes": "1280x720", "type": "image/png", "form_factor": "wide" }
  ],
  "shortcuts": [
    {
      "name": "Find Properties",
      "short_name": "Search",
      "description": "Search properties near you",
      "url": "/listings.html?utm_source=pwa_shortcut",
      "icons": [{ "src": "icons/icon-96.png", "sizes": "96x96" }]
    },
    {
      "name": "Find Professionals",
      "short_name": "Experts",
      "description": "VAOs, Surveyors, Vastu Experts",
      "url": "/professionals.html?utm_source=pwa_shortcut",
      "icons": [{ "src": "icons/icon-96.png", "sizes": "96x96" }]
    },
    {
      "name": "List Your Property",
      "short_name": "List",
      "description": "Add your property listing",
      "url": "/index.html#list?utm_source=pwa_shortcut",
      "icons": [{ "src": "icons/icon-96.png", "sizes": "96x96" }]
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false,
  "share_target": {
    "action": "/listings.html",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
}
