{
    "name": "ChessMaster - Play Chess Online",
    "short_name": "ChessMaster",
    "description": "Play chess online for free against Merlin AI, Classic AI, or friends. Get hints and post-game review in your browser.",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#0c1110",
    "theme_color": "#0c1110",
    "orientation": "any",
    "categories": ["games", "entertainment", "education"],
    "lang": "en",
    "dir": "ltr",
    "scope": "/",
    "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"
        }
    ],
    "screenshots": [
        {
            "src": "/og-image.png",
            "sizes": "1200x630",
            "type": "image/png",
            "form_factor": "wide",
            "label": "ChessMaster gameplay"
        }
    ],
    "related_applications": [],
    "prefer_related_applications": false,
    "shortcuts": [
        {
            "name": "Play Merlin AI",
            "short_name": "Merlin AI",
            "description": "Start a new game against Merlin AI",
            "url": "/?mode=ai"
        },
        {
            "name": "Play with Friend",
            "short_name": "2 Players",
            "description": "Start a new game with a friend",
            "url": "/?mode=friend"
        }
    ],
    "edge_side_panel": {
        "preferred_width": 480
    }
}
