{
    "id": "/",
    "name": "Biblioso Employee Portal",
    "short_name": "Biblioso",
    "description": "Manage time off, helpdesk tickets, approvals and appraisals from your phone.",
    "start_url": "/",
    "scope": "/",
    "display": "standalone",
    "display_override": ["standalone", "minimal-ui"],
    "background_color": "#0b1224",
    "theme_color": "#213565",
    "orientation": "portrait",
    "lang": "en",
    "prefer_related_applications": false,
    "categories": ["business", "productivity", "utilities"],
    "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/icon-maskable-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ],
    "shortcuts": [
        {
            "name": "New Time-Off Request",
            "short_name": "Time Off",
            "url": "/timeoff",
            "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
        },
        {
            "name": "Helpdesk",
            "short_name": "Helpdesk",
            "url": "/helpdesk",
            "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
        }
    ]
}
