{
    "name": "ProHR Suite",
    "short_name": "ProHR",
    "description": "Comprehensive HR management platform for employees, leave, timesheets, and documents.",
    "start_url": "/",
    "display": "standalone",
    "orientation": "portrait",
    "theme_color": "#3b82f6",
    "background_color": "#1e293b",
    "lang": "en",
    "scope": "/",
    "categories": [
        "business",
        "productivity"
    ],
    "icons": [
        {
            "src": "/icons/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icons/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icons/maskable-icon.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "/icons/apple-touch-icon.png",
            "sizes": "180x180",
            "type": "image/png"
        }
    ]
}