{
  "$schema": "https://json.schemastore.org/web-manifest.json",
  "id": "/",
  "name": "Ghar 24 - Real Estate & Property",
  "short_name": "Ghar 24",
  "description": "Buy, Sell & Rent Properties Near You with Live GPS Location",
  "start_url": "/index.php",
  "scope": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#002f34",
  "orientation": "portrait-primary",
  "categories": ["lifestyle", "real estate", "shopping"],
  "icons": [
    {
      "src": "uploads/site/pwa-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "uploads/site/pwa-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Search Properties",
      "short_name": "Search",
      "description": "Find properties near your current GPS location",
      "url": "/index.php?action=search",
      "icons": [{ "src": "uploads/site/pwa-icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Post Property",
      "short_name": "Sell/Rent",
      "description": "List your property for sale or rent",
      "url": "/index.php?action=add-property",
      "icons": [{ "src": "uploads/site/pwa-icon-192.png", "sizes": "192x192" }]
    }
  ],
  "prefer_related_applications": false
}