{
  "_comment": "⚠️ THE ICON SIZES HERE MUST MATCH THE FILES. Corrected 6 September 2026: this declared /icon as 32x32 while src/app/icon.tsx renders it at 192x192, and omitted /favicon.ico entirely. Google reads this manifest when it picks a site favicon, and a declared size that contradicts the actual file is a reason for it to skip the icon — which is consistent with Google's favicon service holding nothing for this domain while DuckDuckGo serves the correct RR mark. If icon.tsx's `size` export ever changes, change it here in the same commit.",
  "name": "Robin Patel — Gujarati & Indian Realtor in the GTA",
  "short_name": "Robin Patel",
  "description": "Robin Patel is a Gujarati & Indian Realtor in the GTA helping first-time home buyers, sellers and investors across Brampton, Mississauga, Toronto, Kitchener-Waterloo and surrounding communities. ABR®, SRS® and RENE® with The Agency Toronto — fluent in Gujarati, Hindi and English.",
  "lang": "en-CA",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#060607",
  "theme_color": "#060607",
  "icons": [
    {
      "src": "/favicon.ico",
      "sizes": "16x16 32x32 48x48 64x64 128x128 192x192",
      "type": "image/x-icon"
    },
    {
      "src": "/icon",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/apple-icon",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    }
  ]
}
