{
    "name": "RedDice Companion",
    "short_name": "RedDice",
    "description": "Board game club companion app for tracking sessions and browsing games",
    "start_url": "/",
    "display": "standalone",
    "theme_color": "#EE2626",
    "background_color": "#ffffff",
    "orientation": "portrait",
    "icons": [
        {
            "src": "/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ],
    "categories": [
        "entertainment",
        "games"
    ],
    "screenshots": []
}
