{
    "name": "TCG Tournament Manager",
    "short_name": "TCG Tournament",
    "description": "Comprehensive tournament management platform for Trading Card Games, board games, and esports competitions. Features real-time match tracking, Swiss pairing system, player management, and live standings.",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#002b36",
    "theme_color": "#002b36",
    "orientation": "portrait-primary",
    "scope": "/",
    "lang": "en",
    "dir": "ltr",
    "categories": [
        "games",
        "sports",
        "productivity",
        "business",
        "entertainment"
    ],
    "icons": [
        {
            "src": "/512x512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ],
    "shortcuts": [
        {
            "name": "Create Tournament",
            "short_name": "Create",
            "description": "Set up a new tournament with custom rules, player limits, and scoring systems",
            "url": "/create",
            "icons": [
                {
                    "src": "/512x512.png",
                    "sizes": "96x96"
                }
            ]
        },
        {
            "name": "Join Tournament",
            "short_name": "Join",
            "description": "Enter an existing tournament using a tournament code or invitation link",
            "url": "/join",
            "icons": [
                {
                    "src": "/512x512.png",
                    "sizes": "96x96"
                }
            ]
        }
    ],
    "related_applications": [],
    "prefer_related_applications": false,
    "edge_side_panel": {
        "preferred_width": 400
    },
    "launch_handler": {
        "client_mode": "focus-existing"
    },
    "handle_links": "preferred"
}