{
    "name": "PezaRent",
    "short_name": "PezaRent",
    "description": "Find houses, flats & lodges — no viewing fees",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#FFFFFF",
    "theme_color": "#1A3A52",
    "orientation": "portrait-primary",
    "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"
        }
    ],
    "categories": [
        "real estate",
        "lifestyle"
    ],
    "lang": "en",
    "dir": "ltr",
    "scope": "/",
    "screenshots": [],
    "shortcuts": [
        {
            "name": "Search Properties",
            "short_name": "Search",
            "url": "/?action=search",
            "icons": [
                {
                    "src": "/icons/icon-192.png",
                    "sizes": "192x192"
                }
            ]
        },
        {
            "name": "Saved Listings",
            "short_name": "Saved",
            "url": "/?tab=saved",
            "icons": [
                {
                    "src": "/icons/icon-192.png",
                    "sizes": "192x192"
                }
            ]
        }
    ]
}