{
  "name": "Rentazza — Find your next rental",
  "short_name": "Rentazza",
  "description": "Pure rental marketplace. Search apartments, studios, PGs, and homes for rent across Telangana.",
  "id": "/",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "orientation": "portrait",
  "launch_handler": { "client_mode": ["navigate-existing", "auto"] },
  "capture_links": "existing-client-navigate",
  "handle_links": "preferred",
  "background_color": "#2563eb",
  "theme_color": "#2563eb",
  "lang": "en-IN",
  "dir": "ltr",
  "categories": ["lifestyle", "business", "utilities"],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Explore rentals",
      "short_name": "Explore",
      "url": "/explore",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Saved listings",
      "short_name": "Saved",
      "url": "/favorites",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "List a property",
      "short_name": "List",
      "url": "/list-property",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
