﻿{
  "name": "Bhopal Real Estate Portal",
  "short_name": "Bhopal Real Estate",
  "id": "/?source=pwa",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone"],
  "orientation": "portrait",
  "background_color": "#ffffff",
  "theme_color": "#1e40af",
  "description": "Bhopal property rentals, sales & real estate assistance.",
  "lang": "en",
  "dir": "ltr",
  "categories": ["business", "lifestyle"],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/assets/screenshots/Screenshot_20260222_004152_Chrome.jpg",
      "sizes": "1080x2400",
      "type": "image/jpeg",
      "form_factor": "narrow",
      "label": "Bhopal Real Estate Portal - Home"
    },
    {
      "src": "/assets/screenshots/Screenshot_20260222_004200_Chrome.jpg",
      "sizes": "1080x2400",
      "type": "image/jpeg",
      "form_factor": "narrow",
      "label": "Property Search"
    },
    {
      "src": "/assets/screenshots/Screenshot_20260222_004206_Chrome.jpg",
      "sizes": "1080x2400",
      "type": "image/jpeg",
      "form_factor": "narrow",
      "label": "Property Listings"
    },
    {
      "src": "/assets/screenshots/Screenshot_20260222_004220_Chrome.jpg",
      "sizes": "1080x2400",
      "type": "image/jpeg",
      "form_factor": "narrow",
      "label": "Property Details"
    },
    {
      "src": "/assets/screenshots/Screenshot_20260222_004225_Chrome.jpg",
      "sizes": "1080x2400",
      "type": "image/jpeg",
      "form_factor": "narrow",
      "label": "Contact Information"
    },
    {
      "src": "/assets/screenshots/Screenshot_20260222_004234_Chrome.jpg",
      "sizes": "1080x2400",
      "type": "image/jpeg",
      "form_factor": "wide",
      "label": "Post-Property - Desktop"
    },
    {
      "src": "/assets/screenshots/Screenshot_20260222_004251_Chrome.jpg",
      "sizes": "1080x2400",
      "type": "image/jpeg",
      "form_factor": "wide",
      "label": "Services Overview"
    },
    {
      "src": "/assets/screenshots/Screenshot_20260222_004303_Chrome.jpg",
      "sizes": "1080x2400",
      "type": "image/jpeg",
      "form_factor": "wide",
      "label": "About Us - Desktop"
    }
  ],
  "shortcuts": [
    {
      "name": "Search Properties",
      "short_name": "Search",
      "description": "Search for properties in Bhopal",
      "url": "/?search=true",
      "icons": [
        {
          "src": "/icons/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Contact Us",
      "short_name": "Contact",
      "description": "Get in touch with us",
      "url": "/about/#contact",
      "icons": [
        {
          "src": "/icons/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Post-Property",
      "short_name": "Post-Property",
      "description": "Submit property listing",
      "url": "/post-property/",
      "icons": [
        {
          "src": "/icons/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ],
  "related_applications": [
    {
      "platform": "play",
      "id": "com.bhopalrealestateportal.twa"
    }
  ],
  "prefer_related_applications": false,
  "protocol_handlers": [
    {
      "protocol": "mailto",
      "url": "/about/?email=%s"
    },
    {
      "protocol": "tel",
      "url": "/about/?phone=%s"
    }
  ],
  "share_target": {
    "action": "/post-property/",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "launch_handler": {
    "client_mode": ["navigate-existing", "auto"]
  },
  "edge_side_panel": {
    "preferred_width": 480
  },
  "scope_extensions": [
    {
      "origin": "https://bhopalrealestateportal.com"
    }
  ],
  "file_handlers": [
    {
      "action": "/post-property/",
      "accept": {
        "image/*": [".jpg", ".jpeg", ".png", ".webp"]
      }
    }
  ],
  "widgets": [
    {
      "name": "Property Search Widget",
      "short_name": "BREP Search",
      "description": "Quick property search from home screen",
      "tag": "property-search",
      "template": "property-search-widget",
      "ms_ac_template": "property-search-widget",
      "data": "/widget-data.json",
      "type": "application/json",
      "screenshots": [
        {
          "src": "/icons/icon-192.png",
          "sizes": "192x192",
          "label": "Property Search Widget Preview"
        }
      ],
      "icons": [
        {
          "src": "/icons/icon-192.png",
          "sizes": "192x192"
        }
      ],
      "auth": false,
      "update": 86400
    }
  ]
}

