{
    "name": "myRentBro - Find Rentals in Ghana",
    "short_name": "myRentBro",
    "description": "Find apartments, houses, offices and billboards for rent in Ghana. Direct owner contact via WhatsApp.",
    "start_url": "/index.php",
    "display": "standalone",
    "background_color": "#0f3057",
    "theme_color": "#0f3057",
    "orientation": "portrait-primary",
    "scope": "/",
    "lang": "en",
    "categories": ["real estate", "lifestyle", "business"],
    "icons": [
        {
            "src": "icons/icon-72.png",
            "sizes": "72x72",
            "type": "image/png"
        },
        {
            "src": "icons/icon-96.png",
            "sizes": "96x96",
            "type": "image/png"
        },
        {
            "src": "icons/icon-128.png",
            "sizes": "128x128",
            "type": "image/png"
        },
        {
            "src": "icons/icon-144.png",
            "sizes": "144x144",
            "type": "image/png"
        },
        {
            "src": "icons/icon-152.png",
            "sizes": "152x152",
            "type": "image/png"
        },
        {
            "src": "icons/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "icons/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "icons/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "icons/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ],
    "shortcuts": [
        {
            "name": "Browse Properties",
            "short_name": "Browse",
            "description": "Search for rental properties",
            "url": "/index.php",
            "icons": [{"src": "icons/icon-96.png", "sizes": "96x96"}]
        },
        {
            "name": "My Favorites",
            "short_name": "Favorites",
            "description": "View saved properties",
            "url": "/favorites.php",
            "icons": [{"src": "icons/icon-96.png", "sizes": "96x96"}]
        },
        {
            "name": "Messages",
            "short_name": "Chat",
            "description": "View your messages",
            "url": "/chat.php",
            "icons": [{"src": "icons/icon-96.png", "sizes": "96x96"}]
        }
    ],
    "related_applications": [],
    "prefer_related_applications": false
}
