{
    "name": "ChessMaster",
    "short_name": "ChessMaster",
    "description": "Full-featured chess PWA with AI opponent and game analysis",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#0f0f1a",
    "theme_color": "#0f0f1a",
    "orientation": "any",
    "icons": [
        {
            "src": "/icons/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/icons/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ],
    "categories": [
        "games",
        "entertainment"
    ],
    "screenshots": [],
    "shortcuts": [
        {
            "name": "New Game",
            "url": "/",
            "description": "Start a new chess game"
        }
    ]
}