{
    "name": "Pomodoro Timer",
    "short_name": "Pomodoro Tim",
    "description": "Stay focused with a Pomodoro timer featuring customizable intervals, session tracking, daily stats, and immersive ambient themes.",
    "start_url": "/en/app/pomodoro-timer",
    "display": "standalone",
    "orientation": "any",
    "theme_color": "#E2E8F0",
    "background_color": "#E2E8F0",
    "scope": "/en/app/pomodoro-timer",
    "icons": [
        {
            "src": "/storage/uploads/thumbnails/app/pomodoro-timer/pomodoro-timer-icon_pwa-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/storage/uploads/thumbnails/app/pomodoro-timer/pomodoro-timer-icon_pwa-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        }
    ]
}