{
  "name": "AIRE - AI Real Estate Broker",
  "short_name": "AIRE",
  "description": "Licensed, intelligent, and built to guide your entire real estate transaction without traditional agent fees.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#1e3a8a",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/AIRELogo3.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/AIRELogo3.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["real estate", "business", "finance", "productivity"],
  "screenshots": [
    {
      "src": "/aire-cover-image.png",
      "sizes": "1200x630",
      "type": "image/png",
      "label": "AIRE Cover Image"
    }
  ],
  "shortcuts": [
    {
      "name": "Search Properties",
      "short_name": "Search",
      "description": "Search for properties to buy",
      "url": "/search",
      "icons": [
        {
          "src": "/AIRELogo3.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "List Property",
      "short_name": "List",
      "description": "List your property for sale",
      "url": "/list",
      "icons": [
        {
          "src": "/AIRELogo3.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "Access your dashboard",
      "url": "/dashboard",
      "icons": [
        {
          "src": "/AIRELogo3.png",
          "sizes": "96x96"
        }
      ]
    }
  ],
  "prefer_related_applications": false
}

