{
    "name": "3D Tetris Game - Free Online 3D Block Puzzle",
    "short_name": "3D Tetris",
    "description": "Experience the classic Tetris game in stunning 3D graphics. Play for free online with no download required.",
    "start_url": "/3d/",
    "display": "standalone",
    "background_color": "#667eea",
    "theme_color": "#667eea",
    "orientation": "portrait",
    "scope": "/3d/",
    "lang": "en",
    "categories": ["games", "entertainment", "puzzle"],
    "icons": [
        {
            "src": "../favicon.ico",
            "sizes": "16x16 32x32",
            "type": "image/x-icon"
        },
        {
            "src": "../apple-touch-icon.png",
            "sizes": "180x180",
            "type": "image/png"
        },
        {
            "src": "sprites/logo_menu.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ],
    "screenshots": [
        {
            "src": "sprites/logo_menu.png",
            "sizes": "512x512",
            "type": "image/png",
            "label": "3D Tetris Game Screenshot"
        }
    ],
    "related_applications": [
        {
            "platform": "web",
            "url": "https://tetris.im/"
        }
    ],
    "prefer_related_applications": false
}
