{
    "name": "Zig Zag Rush",
    "short_name": "Zig Zag Rush",
    "description": "Zig Zag Rush is a fun and addictive endless runner game. Zig Zag your way through the streets and avoid crashing your car.",
    "start_url": "index.html",
    "display": "standalone",
    "background_color": "#000000",
    "theme_color": "#000000",
    "orientation": "portrait",
    "lang": "en-US",
    "icons": [
        {
            "src": "images/icon-128.png",
            "sizes": "128x128",
            "type": "image/png"
            }, {
            "src": "images/icon-144.png",
            "sizes": "144x144",
            "type": "image/png"
            }, {
            "src": "images/icon-152.png",
            "sizes": "152x152",
            "type": "image/png"
            }, {
            "src": "images/icon-192.png",
            "sizes": "192x192",
            "type": "image/png"
            }, {
            "src": "images/icon-256.png",
            "sizes": "256x256",
            "type": "image/png"
            }, {
            "src": "images/icon-512.png",
            "sizes": "512x512",
            "type": "image/png"
            }
        ]
}