{
    "name": "Game Tally",
    "short_name": "Game Tally",
    "description": "A score counter app for board games and card games.",
    "id": "./",
    "start_url": "./",
    "display": "standalone",
    "orientation": "any",
    "background_color": "#212529",
    "theme_color": "#8e44ad",
    "prefer_related_applications": false,
    "icons": [
        {
            "src": "./images/generated/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "./images/generated/icon-192-maskable.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "./images/generated/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "./images/generated/icon-512-maskable.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ],
    "launch_handler": {
        "client_mode": "focus-existing"
    }
}
