{
    "name": "Boxtype",
    "short_name": "Boxtype",
    "description": "2d platform puzzle game with where you can create and share your own levels.",
    "id": "/",
    "start_url": "/",
    "scope": "/",
    "display": "standalone",
    "orientation": "any",
    "dir": "auto",
    "lang": "en",
    "theme_color": "#000000",
    "background_color": "#000000",
    "icons": [
        {
            "src": "/img/icon192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "/img/icon512.png",
            "sizes": "512x512",
            "type": "image/png"
        },
        {
            "purpose": "maskable",
            "src": "/img/icon512_maskable.png",
            "sizes": "512x512",
            "type": "image/png"
        }
    ]
}
