{
  "name": "realestatehunt.ca — GTA Real Estate",
  "short_name": "REH",
  "description": "AI-powered real estate search, deal hunting, and home valuations across the GTA. Buy, rent, sell, invest.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#0a0a0b",
  "theme_color": "#ff6b3d",
  "categories": ["business", "lifestyle", "finance"],
  "lang": "en-CA",
  "icons": [
    {
      "src": "/static/img/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/img/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/img/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/static/img/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Browse GTA homes",
      "short_name": "Buy",
      "url": "/buy"
    },
    {
      "name": "Deal Hunter",
      "short_name": "Deals",
      "url": "/deals"
    },
    {
      "name": "My Hub",
      "short_name": "Hub",
      "url": "/account"
    }
  ]
}
