{
  "name": "OwnYourCity.in",
  "short_name": "OYC",
  "description": "Find premium verified properties in Chennai from trusted builders",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#ffffff",
  "theme_color": "#0A0F1E",
  "scope": "/",
  "lang": "en-IN",
  "categories": ["real estate", "property", "lifestyle"],
  "screenshots": [],
  "icons": [
    {
      "src": "/logo-main-light.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/logo-main-light.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Browse Properties",
      "short_name": "Properties",
      "description": "View all verified Chennai properties",
      "url": "/projects",
      "icons": [{ "src": "/logo-main-light.svg", "sizes": "96x96", "type": "image/svg+xml" }]
    },
    {
      "name": "My Favorites",
      "short_name": "Favorites",
      "description": "View your saved properties",
      "url": "/profile?tab=shortlist",
      "icons": [{ "src": "/logo-main-light.svg", "sizes": "96x96", "type": "image/svg+xml" }]
    }
  ]
}