{
    "id": "/client/",
    "name": "StaffHub Client Portal",
    "short_name": "StaffHub Portal",
    "version": "1.0.0",
    "description": "Live site status, messages, occurrences and policies from your security provider",
    "start_url": "/client/index.html",
    "display": "standalone",
    "orientation": "portrait",
    "background_color": "#0f172a",
    "theme_color": "#3b82f6",
    "scope": "/client/",
    "lang": "en-ZA",
    "categories": ["business"],
    "icons": [
        {
            "src": "/images/icons/icon-96x96.png",
            "sizes": "96x96",
            "type": "image/png",
            "purpose": "maskable any"
        },
        {
            "src": "/images/icons/icon-128x128.png",
            "sizes": "128x128",
            "type": "image/png",
            "purpose": "maskable any"
        },
        {
            "src": "/images/icons/icon-152x152.png",
            "sizes": "152x152",
            "type": "image/png",
            "purpose": "maskable any"
        },
        {
            "src": "/images/icons/icon-192x192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "maskable any"
        },
        {
            "src": "/images/icons/icon-384x384.png",
            "sizes": "384x384",
            "type": "image/png",
            "purpose": "maskable any"
        },
        {
            "src": "/images/icons/icon-512x512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable any"
        }
    ],
    "shortcuts": [
        {
            "name": "Messages",
            "short_name": "Messages",
            "description": "Open your message threads",
            "url": "/client/index.html?section=messages",
            "icons": [{ "src": "/images/icons/icon-96x96.png", "sizes": "96x96" }]
        },
        {
            "name": "Policies",
            "short_name": "Policies",
            "description": "View released policies and memos",
            "url": "/client/index.html?section=policies",
            "icons": [{ "src": "/images/icons/icon-96x96.png", "sizes": "96x96" }]
        }
    ],
    "related_applications": [],
    "prefer_related_applications": false
}