{
    "name": "Brosebo",
    "short_name": "Brosebo",
    "description": "Browse. Search. Board. Find trusted boarding houses in the Philippines.",
    "start_url": "/",
    "scope": "/",
    "display": "standalone",
    "background_color": "#06133d",
    "theme_color": "#0b63f6",
    "orientation": "any",
    "categories": ["lifestyle", "utilities"],
    "icons": [
        {
            "src": "/icons/icon.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icons/icon-maskable.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ],
    "prefer_related_applications": false,
    "shortcuts": [
        {
            "name": "Browse Rooms",
            "short_name": "Browse",
            "url": "/",
            "icons": [{ "src": "/icons/icon.png", "sizes": "512x512" }]
        }
    ]
}

