{
  "name": "HouseWire",
  "short_name": "HouseWire",
  "description": "Search verified properties, projects, rentals and real estate insights across India.",
  "id": "/?source=pwa",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "browser"],
  "orientation": "portrait-primary",
  "background_color": "#f7f9fc",
  "theme_color": "#1557ff",
  "categories": ["business", "lifestyle", "productivity"],
  "icons": [
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Search Properties",
      "short_name": "Search",
      "url": "/search?source=pwa-shortcut"
    },
    {
      "name": "Post Property",
      "short_name": "Post",
      "url": "/post-property?source=pwa-shortcut"
    },
    {
      "name": "Create Requirement",
      "short_name": "Requirement",
      "url": "/requirements/create?source=pwa-shortcut"
    }
  ]
}
