{
    "name": "Lofi Station – Pomodoro Timer with Focus Music",
    "short_name": "Lofi Station",
    "description": "Free lofi pomodoro timer with music, ambient sounds, and tasks. No login, no ads, and privacy-first.",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#2d1b1a",
    "theme_color": "#ff8b67",
    "orientation": "portrait-primary",
    "icons": [
        {
            "src": "/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ],
    "categories": [
        "productivity",
        "lifestyle",
        "music"
    ],
    "shortcuts": [
        {
            "name": "Start Focus Timer",
            "url": "/?action=start",
            "description": "Start a new pomodoro session"
        }
    ]
}
