{
    "name": "Game Timer",
    "short_name": "Game Timer",
    "description": "Versatile game timer with Chess Clock for 2 players and Turn Timer for up to 8 players. Supports Fischer, Bronstein, and custom time controls.",
    "start_url": "/en/app/game-timer",
    "display": "standalone",
    "orientation": "any",
    "theme_color": "#E2E8F0",
    "background_color": "#E2E8F0",
    "scope": "/en/app/game-timer",
    "icons": [
        {
            "src": "/storage/uploads/thumbnails/app/game-timer/game-timer-icon_pwa-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/storage/uploads/thumbnails/app/game-timer/game-timer-icon_pwa-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        }
    ]
}