{
    "name": " Employee Portal",
    "short_name": "Employee Portal",
    "description": "Manufacturing Operations Management System — Employee Portal",
    "start_url": "/portal/",
    "display": "standalone",
    "background_color": "#1d4ed8",
    "theme_color": "#1d4ed8",
    "orientation": "portrait",
    "scope": "/portal/",
    "lang": "en",
    "icons": [
        {
            "src": "/icons/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/icons/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ],
    "shortcuts": [
        {
            "name": "Clock In",
            "url": "/portal/?action=clock-in",
            "description": "Start your shift"
        },
        {
            "name": "Report Issue",
            "url": "/portal/?action=issue",
            "description": "Report a problem"
        }
    ]
}
