{
    "name": "Vasuki Indicus - Snake Game",
    "short_name": "Vasuki Indicus",
    "description": "A modern take on the classic snake game",
    "start_url": "https://vasukiindicus.netlify.app/",
    "id": "/",
    "scope": "/",
    "display": "standalone",
    "background_color": "#ffffff",
    "theme_color": "#da532c",
    "orientation": "portrait-primary",
    "icons": [
        {
            "src": "android-chrome-192x192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "android-chrome-512x512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ],
    "categories": [
        "games",
        "entertainment"
    ],
    "prefer_related_applications": false,
    "screenshots": [
        {
            "src": "screenshot.png",
            "sizes": "1920x1080",
            "type": "image/png",
            "platform": "wide",
            "form_factor": "wide",
            "label": "Gameplay Screenshot"
        },
        {
            "src": "Screenshot-menu.png",
            "sizes": "1920x1080",
            "type": "image/png",
            "platform": "wide",
            "label": "Main Menu"
        }
    ],
    "shortcuts": [
        {
            "name": "Play Game",
            "icons": [
                {
                    "src": "shortcut-96x96.png",
                    "sizes": "96x96",
                    "type": "image/png"
                }
            ],
            "purpose": "maskable",
            "url": "https://vasukiindicus.netlify.app/",
            "description": "Start playing Vasuki Indicus"
        }
    ],
    "related_applications": [],
    "iarc_rating_id": "",
    "lang": "en",
    "dir": "ltr",
    "launch_handler": {
        "client_mode": "navigate-existing"
    }
}