{
  "name": "iGlobalPropertyAI — AI Real Estate Platform",
  "short_name": "iGlobalPropertyAI",
  "description": "AI-powered real estate platform — buy, rent, sell, and invest in verified properties across the GCC and beyond.",
  "theme_color": "#14201A",
  "background_color": "#14201A",
  "display": "standalone",
  "orientation": "any",
  "scope": "/",
  "start_url": "/",
  "id": "/",
  "lang": "en",
  "dir": "ltr",
  "categories": ["business", "productivity", "lifestyle", "shopping"],
  "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": "Browse listings", "short_name": "Listings", "url": "/listings", "icons": [{"src": "icons/icon-192.png", "sizes": "192x192"}] },
    { "name": "List your property", "short_name": "List", "url": "/list-your-property", "icons": [{"src": "icons/icon-192.png", "sizes": "192x192"}] },
    { "name": "Find an agency", "short_name": "Agencies", "url": "/agencies", "icons": [{"src": "icons/icon-192.png", "sizes": "192x192"}] }
  ],
  "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/*"]
        }
      ]
    }
  }
}

