{
    "name": "Connect 4 Guy",
    "short_name": "Connect4",
    "description": "Play Connect 4 online with friends or AI bots",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#FFD54F",
    "theme_color": "#FF6B6B",
    "orientation": "portrait",
    "icons": [
        {
            "src": "/favicon.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/favicon.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ],
    "categories": ["games", "entertainment"],
    "lang": "en",
    "dir": "ltr",
    "prefer_related_applications": false
}
