{
    "name": "Sokoban",
    "short_name": "Sokoban",
    "description": "Sokoban puzzle game — 20 levels, WASM, offline play",
    "start_url": "./",
    "display": "fullscreen",
    "orientation": "any",
    "background_color": "#1e1e1e",
    "theme_color": "#1e1e1e",
    "icons": [
        { "src": "favicon.png", "sizes": "64x64", "type": "image/png" },
        { "src": "favicon.ico", "sizes": "16x16 32x32 48x48", "type": "image/x-icon" },
        { "src": "icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any maskable" },
        { "src": "icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" }
    ]
}
