{
    "name": "RealEstate Platform",
    "short_name": "RealEstate",
    "description": "Find your dream property - Buy, Sell, Rent Properties",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#ffffff",
    "theme_color": "#166534",
    "orientation": "portrait-primary",
    "scope": "/",
    "lang": "en-US",
    "categories": ["business", "lifestyle", "shopping"],
    "icons": [
        {
            "src": "/images/icons/icon.svg",
            "sizes": "any",
            "type": "image/svg+xml",
            "purpose": "any"
        },
        {
            "src": "/images/icons/icon.svg",
            "sizes": "any",
            "type": "image/svg+xml",
            "purpose": "maskable"
        }
    ],
    "screenshots": [
        {
            "src": "/images/screenshots/home.svg",
            "sizes": "1280x720",
            "type": "image/svg+xml",
            "form_factor": "wide"
        },
        {
            "src": "/images/screenshots/mobile.svg",
            "sizes": "750x1334",
            "type": "image/svg+xml",
            "form_factor": "narrow"
        }
    ],
    "shortcuts": [
        {
            "name": "Properties",
            "short_name": "Properties",
            "description": "Browse all properties",
            "url": "/properties",
            "icons": [{ "src": "/images/icons/properties-icon.svg", "sizes": "any", "type": "image/svg+xml" }]
        },
        {
            "name": "Builders",
            "short_name": "Builders",
            "description": "View builders",
            "url": "/builders",
            "icons": [{ "src": "/images/icons/builders-icon.svg", "sizes": "any", "type": "image/svg+xml" }]
        },
        {
            "name": "Agents",
            "short_name": "Agents",
            "description": "View agents",
            "url": "/agents",
            "icons": [{ "src": "/images/icons/agents-icon.svg", "sizes": "any", "type": "image/svg+xml" }]
        }
    ],
    "related_applications": [],
    "prefer_related_applications": false
}
