{
    "id": "/",
    "name": "MYROSTER PRO",
    "short_name": "MYROSTER",
    "description": "Personal shift roster command centre — mobile-first PWA",
    "start_url": "/dashboard",
    "scope": "/",
    "display": "standalone",
    "display_override": ["standalone", "fullscreen", "minimal-ui"],
    "background_color": "#212529",
    "theme_color": "#212529",
    "orientation": "any",
    "categories": ["productivity", "business"],
    "prefer_related_applications": false,
    "shortcuts": [
        {
            "name": "Add Shift",
            "short_name": "Add",
            "url": "/phase2/quick-shift/create",
            "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
        },
        {
            "name": "Calendar",
            "short_name": "Calendar",
            "url": "/calendar",
            "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
        },
        {
            "name": "Import Roster",
            "short_name": "Import",
            "url": "/phase2/roster-import",
            "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
        },
        {
            "name": "Shift Swap",
            "short_name": "Swap",
            "url": "/phase2/shift-swaps",
            "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
        }
    ],
    "icons": [
        {
            "src": "/icons/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icons/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "/icons/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icons/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ]
}
