{
    "name": "Alpha Connect",
    "short_name": "Alpha Connect",
    "description": "Connect with local sports communities and find games near you.",
    "display": "standalone",
    "theme_color": "#1A56DB",
    "background_color": "#1A56DB",
    "orientation": "portrait",
    "start_url": "/",
    "scope": "/",
    "icons": [
        {
            "src": "/assets/icon_192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/assets/icon_512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        }
    ],
    "categories": [
        "sports",
        "lifestyle"
    ],
    "prefer_related_applications": false
}