{
  "id": "/",
  "name": "ISHFADI - Global Accommodation & Relocation Platform",
  "short_name": "ISHFADI",
  "description": "Helping people relocate, discover trusted properties, and connect with opportunities anywhere in the world.",
  "start_url": "/index.html",
  "scope": "/",
  "display": "standalone",
  "display_override": [
    "standalone",
    "minimal-ui",
    "browser"
  ],
  "orientation": "portrait",
  "background_color": "#ffffff",
  "theme_color": "#1e3a5f",
  "lang": "en",
  "dir": "auto",

  "categories": [
    "travel",
    "business",
    "lifestyle",
    "navigation",
    "productivity"
  ],

  "prefer_related_applications": false,

  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/maskable-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-1024.png",
      "sizes": "1024x1024",
      "type": "image/png",
      "purpose": "any"
    }
  ],

  "shortcuts": [
  {
    "name": "Reserve Account",
    "short_name": "Reserve",
    "description": "Reserve your ISHFADI account before launch",
    "url": "/index.html#register",
    "icons": [
      {
        "src": "/icons/sc-wait.png",
        "sizes": "96x96",
        "type": "image/png"
      }
    ]
  },
  {
    "name": "A Glimpse",
    "short_name": "Preview",
    "description": "Preview the future ISHFADI platform",
    "url": "/index.html#glimpse",
    "icons": [
      {
        "src": "/icons/sc-home.png",
        "sizes": "96x96",
        "type": "image/png"
      }
    ]
  },
  {
    "name": "FAQ",
    "short_name": "FAQ",
    "description": "Frequently Asked Questions",
    "url": "/index.html#faq",
    "icons": [
      {
        "src": "/icons/sc-search.png",
        "sizes": "96x96",
        "type": "image/png"
      }
    ]
  },
  {
    "name": "Contact",
    "short_name": "Contact",
    "description": "Contact ISHFADI",
    "url": "/index.html#footer",
    "icons": [
      {
        "src": "/icons/sc-agent.png",
        "sizes": "96x96",
        "type": "image/png"
      }
    ]
  },
  {
    "name": "Agent Dashboard",
    "short_name": "Agent",
    "description": "Open your ISHFADI agent dashboard",
    "url": "/agent.html",
    "icons": [
      {
        "src": "/icons/sc-agent.png",
        "sizes": "96x96",
        "type": "image/png"
      }
    ]
  }
],

  "screenshots": [
    {
      "src": "/screenshots/mobile-home.png",
      "sizes": "720x1280",
      "type": "image/png"
    },
    {
      "src": "/screenshots/home-desktop.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide"
    }
  ],

  "launch_handler": {
    "client_mode": "navigate-existing"
  },

  "edge_side_panel": {
    "preferred_width": 420
  }
}