{
    "name": "Brag - Gamer Card Battler",
    "short_name": "Brag",
    "description": "Forge unique digital cards, challenge opponents, and collect trophies in the ultimate gamer card-battling social platform.",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#0a0a1a",
    "theme_color": "#0a0a1a",
    "orientation": "portrait",
    "icons": [
        {
            "src": "/favicon.svg",
            "sizes": "any",
            "type": "image/svg+xml",
            "purpose": "any maskable"
        }
    ],
    "categories": ["games", "social"],
    "shortcuts": [
        {
            "name": "Arena",
            "short_name": "Arena",
            "description": "Enter the Battle Arena",
            "url": "/battles",
            "icons": [{ "src": "/favicon.svg", "sizes": "any" }]
        },
        {
            "name": "My Inventory",
            "short_name": "Inventory",
            "description": "View your digital cards",
            "url": "/cards",
            "icons": [{ "src": "/favicon.svg", "sizes": "any" }]
        }
    ]
}
