{
    "name": "DTM - Tetris",
    "short_name": "DTM Tetris",
    "description": "A tetris version made to test how to integrate C in Web.",
    "start_url": "/index.html",
    "scope": "/",
    "display": "standalone",
    "background_color": "#1a1c2c",
    "theme_color": "#1a1c2c",
    "icons": [
        {
            "src": "/icons/icon-192x192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "/icons/icon-512x512.png",
            "sizes": "512x512",
            "type": "image/png"
        }
    ]
}
