{
    "name": "Next Dimension - A retro 3D adventure game",
    "short_name": "Next Dimension",
    "description": "A retro 3D adventure game where you must absorb the guardian. Use energy to create objects and climb higher. Avoid the guardian's deadly gaze! Play free in your browser!",
    "start_url": "/",
    "scope": "/",
    "id": "nextdimension-game",
    "display": "fullscreen",
    "orientation": "any",
    "theme_color": "#000000",
    "background_color": "#000000",
    "categories": ["games", "entertainment", "action", "adventure"],
    "lang": "en",
    "dir": "ltr",
    "display_override": ["fullscreen", "standalone", "minimal-ui"],
    "prefer_related_applications": false,
    "screenshots": [
        {
            "src": "/gfx/open_graph.jpg",
            "sizes": "1200x630",
            "type": "image/jpeg",
            "label": "Next Dimension gameplay screenshot"
        }
    ],
    "shortcuts": [
        {
            "name": "Play Game",
            "short_name": "Play",
            "description": "Start playing Next Dimension",
            "url": "/",
            "icons": [
                {
                    "src": "/gfx/favicon-192x192.png",
                    "sizes": "192x192",
                    "type": "image/png"
                }
            ]
        }
    ],
    "icons": [
        {
            "src": "/gfx/favicon-96x96.png",
            "sizes": "96x96",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/gfx/favicon-152x152.png",
            "sizes": "152x152",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/gfx/favicon-180x180.png",
            "sizes": "180x180",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/gfx/favicon-192x192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "maskable any"
        },
        {
            "src": "/gfx/favicon-512x512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable any"
        }
    ]
}