{
  "name": "iGlobalProperty — AI Real Estate Platform",
  "short_name": "iGlobalProperty",
  "description": "AI-powered real estate platform — buy, rent, sell, and invest in verified properties across the GCC and beyond.",
  "theme_color": "#0f172a",
  "background_color": "#0b1120",
  "display": "standalone",
  "orientation": "any",
  "scope": "/",
  "start_url": "/",
  "id": "/",
  "lang": "en",
  "dir": "ltr",
  "categories": ["business", "productivity", "lifestyle", "shopping"],
  "icons": [
    {
      "src": "assets/icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    { "name": "Browse listings", "short_name": "Listings", "url": "/listings", "icons": [{"src": "assets/icons/icon.svg", "sizes": "any"}] },
    { "name": "List your property", "short_name": "List", "url": "/list-your-property", "icons": [{"src": "assets/icons/icon.svg", "sizes": "any"}] },
    { "name": "Find an agency", "short_name": "Agencies", "url": "/agencies", "icons": [{"src": "assets/icons/icon.svg", "sizes": "any"}] },
    {
      "name": "iGlobal Insights",
      "short_name": "Insights",
      "description": "Market pulse, yield map, off-plan pipeline, ROI calculator",
      "url": "/insights",
      "icons": [{"src": "assets/icons/icon.svg", "sizes": "any", "type": "image/svg+xml"}]
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false,
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "handle_links": "preferred",
  "share_target": {
    "action": "/share-target",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "images",
          "accept": ["image/*"]
        }
      ]
    }
  }
}

