{
    "id": "/?source=pwa",
    "name": "ChessMaster - Ultimate Chess Experience",
    "short_name": "ChessMaster",
    "description": "Premium chess game with AI opponent, multiplayer modes, and interactive learning. Play offline on any device.",
    "start_url": "/index.html",
    "scope": "/",
    "display": "standalone",
    "display_override": ["window-controls-overlay", "standalone"],
    "orientation": "any",
    "background_color": "#060b18",
    "theme_color": "#0a0e1a",
    "categories": ["games", "sports", "education"],
    "lang": "en",
    "dir": "ltr",
    "related_applications": [],
    "prefer_related_applications": false,
    "launch_handler": { "client_mode": "navigate-existing" },
    "icons": [
        {
            "src": "icons/icon-72.png",
            "sizes": "72x72",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "icons/icon-96.png",
            "sizes": "96x96",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "icons/icon-128.png",
            "sizes": "128x128",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "icons/icon-144.png",
            "sizes": "144x144",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "icons/icon-152.png",
            "sizes": "152x152",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "icons/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "icons/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "icons/icon-384.png",
            "sizes": "384x384",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "icons/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "icons/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ],
    "screenshots": [
        {
            "src": "screenshots/mobile.png",
            "sizes": "1080x1920",
            "type": "image/png",
            "form_factor": "narrow",
            "label": "Mobile Layout"
        },
        {
            "src": "screenshots/home.png",
            "sizes": "1280x720",
            "type": "image/png",
            "form_factor": "wide",
            "label": "Home Screen"
        },
        {
            "src": "screenshots/game.png",
            "sizes": "1280x720",
            "type": "image/png",
            "form_factor": "wide",
            "label": "Game Screen"
        }
    ],
    "shortcuts": [
        {
            "name": "Play vs Robot",
            "short_name": "Play AI",
            "description": "Start a new game against the computer",
            "url": "/index.html?mode=computer",
            "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }]
        },
        {
            "name": "Settings",
            "short_name": "Settings",
            "description": "Change board themes and difficulty",
            "url": "/index.html?open=settings",
            "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }]
        }
    ]
}
