{
  "name": "Mayur Rental Services",
  "short_name": "MRS",
  "description": "Premium real estate marketplace in Nagpur. Buy, Rent, and Post Properties.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#eb6700",
  "icons": [
    {
      "src": "/MRS_Logo.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/MRS_Logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "orientation": "portrait",
  "categories": ["real estate", "lifestyle"],
  "shortcuts": [
    {
      "name": "Rent Properties",
      "url": "/rent",
      "icons": [{ "src": "/MRS_Logo.png", "sizes": "192x192" }]
    },
    {
      "name": "Buy Properties",
      "url": "/buy",
      "icons": [{ "src": "/MRS_Logo.png", "sizes": "192x192" }]
    }
  ]
}
