{
    "name": "Gambit Property — Melbourne Real Estate",
    "short_name": "Gambit Property",
    "description": "Melbourne real estate investment, sales, management, consulting & development. Book a free appraisal today.",
    "start_url": "./index.html",
    "scope": "./",
    "display": "standalone",
    "background_color": "#ffffff",
    "theme_color": "#111111",
    "orientation": "portrait-primary",
    "categories": ["business", "finance"],
    "lang": "en-AU",
    "icons": [
        {
            "src": "icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ],
    "shortcuts": [
        {
            "name": "Property Sales",
            "short_name": "Sales",
            "url": "./sales.html",
            "description": "Browse current property listings"
        },
        {
            "name": "Book Free Appraisal",
            "short_name": "Appraisal",
            "url": "./contact.html",
            "description": "Get a free property appraisal"
        },
        {
            "name": "Contact Us",
            "short_name": "Contact",
            "url": "./contact.html",
            "description": "Get in touch with our team"
        }
    ]
}