{
    "name": "Snake",
    "short_name": "Snake",
    "description": "A very simple snake game.",
    "lang": "en",
    "theme_color": "#000",
    "background_color": "#000",
    "display": "standalone",
    "orientation": "portrait",
    "id": "https://snake.lifeofthomas.com/",
    "scope": "/",
    "start_url": "/",
    "serviceworker": {
        "src": "/serviceworker.js",
        "scope": "/",
        "use_cache": false
    },
    "categories": [
        "games"
    ],
    "icons": [
        {
            "src": "/images/android-chrome-192x192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/images/android-chrome-512x512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        }
    ],
    "screenshots": [
        {
            "src": "/images/screenshot-1.png",
            "sizes": "512x512",
            "type": "image/png",
            "label": "Snake Game"
        }
    ]
}