{
    "name": "DevStretch Plus - Antiburnout Protocol",
    "short_name": "DevStretch+",
    "description": "11 dev-themed exercises with automatic timers, voice guidance, and stand-up reminders. Your body filed a bug report.",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#080808",
    "theme_color": "#080808",
    "orientation": "portrait",
    "categories": ["health", "fitness", "productivity"],
    "icons": [
        { "src": "icons/icon-72x72.png",   "sizes": "72x72",   "type": "image/png", "purpose": "any" },
        { "src": "icons/icon-96x96.png",   "sizes": "96x96",   "type": "image/png", "purpose": "any" },
        { "src": "icons/icon-192x192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
        { "src": "icons/icon-512x512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
        { "src": "icons/apple-touch-icon.png", "sizes": "180x180", "type": "image/png", "purpose": "any" }],
    "shortcuts": [
        {
            "name": "Start Workout",
            "short_name": "Stretch",
            "description": "Start the DevStretch Plus protocol",
            "url": "/?action=start",
            "icons": [{ "src": "icons/icon-96x96.png", "sizes": "96x96" }]
        }
    ]
}