{
  "name": "RentAcquire — Buy, Rent & List Properties",
  "short_name": "RentAcquire",
  "description": "India's modern real-estate marketplace. Buy, rent or list verified properties across Mumbai, Bangalore, Delhi NCR, Pune & Hyderabad.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "theme_color": "#0f1e3a",
  "background_color": "#1c1c28",
  "lang": "en-IN",
  "categories": ["business", "lifestyle", "shopping"],
  "icons": [
    {
      "src": "/assets/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/assets/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/assets/icons/icon-maskable-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/assets/icons/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Browse Properties",
      "short_name": "Browse",
      "url": "/properties",
      "icons": [{ "src": "/assets/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Post Property",
      "short_name": "Post",
      "url": "/properties/create",
      "icons": [{ "src": "/assets/icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
