{
    "name": "Pong",
    "short_name": "Pong",
    "description": "Pong — Rust/macroquad port of the arcade classic (WASM, offline play)",
    "start_url": "./",
    "display": "fullscreen",
    "orientation": "any",
    "background_color": "#080810",
    "theme_color": "#080810",
    "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" }
    ]
}
