{
    "name": "Hub",
    "short_name": "Hub",
    "description": "Your home for the household apps — see what your household can use, open apps, and request access.",
    "start_url": "/",
    "scope": "/",
    "display": "standalone",
    "background_color": "#0f1419",
    "theme_color": "#4f46e5",
    "orientation": "portrait",
    "handle_links": "preferred",
    "launch_handler": {
        "client_mode": ["navigate-existing", "auto"]
    },
    "icons": [
        {
            "src": "/favicon.svg",
            "sizes": "any",
            "type": "image/svg+xml",
            "purpose": "any maskable"
        }
    ]
}