{
    "name": "Quick Focus — Minimalist Pomodoro Timer",
    "short_name": "Quick Focus",
    "description": "A free, distraction-free 25-minute Pomodoro timer. Track daily focus sessions, build streaks, and boost productivity with ambient sounds.",
    "start_url": "/",
    "scope": "/",
    "display": "standalone",
    "orientation": "portrait",
    "background_color": "#f5f2ef",
    "theme_color": "#f5f2ef",
    "lang": "en",
    "categories": [
        "productivity",
        "utilities"
    ],
    "icons": [
        {
            "src": "/icon.svg",
            "sizes": "any",
            "type": "image/svg+xml",
            "purpose": "any maskable"
        }
    ]
}