{
    "name": "TetrisZen",
    "short_name": "TetrisZen",
    "description": "A mobile-friendly Tetris game",
    "start_url": "./",
    "display": "standalone",
    "background_color": "#2c3e50",
    "theme_color": "#2c3e50",
    "orientation": "portrait",
    "icons": [
        {
            "src": "images/Tetromino_block1_1.png",
            "sizes": "64x64",
            "type": "image/png",
            "purpose": "any"
        }
    ]
}