{
    "name": "Block Puzzle Dash",
    "short_name": "BlockPuzzle",
    "description": "Premium block puzzle game on PlayMixGames! Drag, drop, clear lines, and beat the target score in 60 seconds.",
    "start_url": "game.html",
    "display": "standalone",
    "background_color": "#0a0a1a",
    "theme_color": "#0a0a1a",
    "orientation": "portrait",
    "icons": [
        {
            "src": "../icons/icon-192x192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "../icons/icon-512x512.png",
            "sizes": "512x512",
            "type": "image/png"
        }
    ]
}