{
    "name": "LoserPool",
    "short_name": "LoserPool",
    "description": "Pick a team to lose every week. Don't be the worst at it.",
    "start_url": "/dashboard",
    "scope": "/",
    "display": "standalone",
    "background_color": "#161616",
    "theme_color": "#09090b",
    "orientation": "portrait-primary",
    "launch_handler": {
        "client_mode": "navigate-existing"
    },
    "icons": [
        {
            "src": "/android-chrome-192x192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/android-chrome-512x512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/apple-touch-icon.png",
            "sizes": "180x180",
            "type": "image/png",
            "purpose": "any"
        }
    ],
    "shortcuts": [
        {
            "name": "Make Picks",
            "short_name": "Picks",
            "description": "Lock in this week's losers.",
            "url": "/picks"
        },
        {
            "name": "Leaderboard",
            "short_name": "Stats",
            "description": "See who's eating dirt.",
            "url": "/leaderboard"
        },
        {
            "name": "Wallet",
            "short_name": "Wallet",
            "description": "Entries, payouts, and damage.",
            "url": "/wallet"
        }
    ]
}
