{
    "name": "BalanceFlow • Work & Rest Timer",
    "short_name": "BalanceFlow",
    "start_url": "./index.html",
    "scope": "./",
    "display": "standalone",
    "orientation": "portrait",
    "background_color": "#0a0a0f",
    "theme_color": "#0a0a0f",
    "description": "A focused work-break timer built for balance, not burnout. Pomodoro-style with customizable durations, session logs, and an integrated stopwatch.",
    "categories": ["productivity", "utilities"],
    "icons": [
        { "src": "icon-48.png",  "sizes": "48x48",   "type": "image/png" },
        { "src": "icon-72.png",  "sizes": "72x72",   "type": "image/png" },
        { "src": "icon-96.png",  "sizes": "96x96",   "type": "image/png" },
        { "src": "icon-128.png", "sizes": "128x128", "type": "image/png" },
        { "src": "icon-144.png", "sizes": "144x144", "type": "image/png" },
        { "src": "icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
        { "src": "icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
    ],
    "shortcuts": [
        {
            "name": "Start Work Session",
            "short_name": "Work",
            "description": "Jump straight into a work session.",
            "url": "./?start=work",
            "icons": [{ "src": "icon-96.png", "sizes": "96x96" }]
        },
        {
            "name": "Start Break",
            "short_name": "Break",
            "description": "Start a rest break immediately.",
            "url": "./?start=break",
            "icons": [{ "src": "icon-96.png", "sizes": "96x96" }]
        }
    ],
    "prefer_related_applications": false
}
