{
    "name": "OctoWork",
    "short_name": "OctoWork",
    "start_url": ".",
    "display": "standalone",
    "background_color": "#0c1116",
    "theme_color": "#0c1116",
    "description": "Smart shift scheduling for small teams — plan, swap, and cover shifts without the spreadsheet chaos.",
    "orientation": "portrait-primary",
    "prefer_related_applications": false,
    "shortcuts": [
        {
            "name": "Clock in / out",
            "short_name": "Clock",
            "description": "Punch in or out for your shift",
            "url": "/time-clock",
            "icons": [{ "src": "icons/Icon-192.png", "sizes": "192x192", "type": "image/png" }]
        },
        {
            "name": "Open shifts",
            "short_name": "Open shifts",
            "description": "Browse and pick up available shifts",
            "url": "/marketplace",
            "icons": [{ "src": "icons/Icon-192.png", "sizes": "192x192", "type": "image/png" }]
        },
        {
            "name": "Request time off",
            "short_name": "Time off",
            "description": "Request a day off",
            "url": "/time-off",
            "icons": [{ "src": "icons/Icon-192.png", "sizes": "192x192", "type": "image/png" }]
        },
        {
            "name": "Home",
            "short_name": "Home",
            "description": "Your dashboard and next shift",
            "url": "/home",
            "icons": [{ "src": "icons/Icon-192.png", "sizes": "192x192", "type": "image/png" }]
        }
    ],
    "icons": [
        {
            "src": "icons/Icon-192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "icons/Icon-512.png",
            "sizes": "512x512",
            "type": "image/png"
        },
        {
            "src": "icons/Icon-maskable-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "icons/Icon-maskable-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ]
}
