{
    "name": "Snackball",
    "description": "Tiny baseball game with cute snack players!",
    "icons": [
        {
            "src": "icons/icon-512.png",
            "sizes": "512x512",
            "type": "image/png"
        }
    ],
    "start_url": "./game.html",
    "scope": "./",
    "display": "standalone",
    "theme_color": "#ffffff",
    "background_color": "#000000"
}