{
    "name": "StaffHub - Security Staff Management",
    "short_name": "StaffHub",
    "version": "2.0.0",
    "description": "Time & attendance, leave, and workforce management for security companies",
    "start_url": "/",
    "display": "standalone",
    "orientation": "portrait",
    "background_color": "#0f172a",
    "theme_color": "#3b82f6",
    "scope": "/",
    "lang": "en-ZA",
    "categories": ["business", "productivity"],
    "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"
        }
    ],
    "screenshots": [
        {
            "src": "/images/screenshots/dashboard.png",
            "sizes": "390x844",
            "type": "image/png",
            "form_factor": "narrow",
            "label": "StaffHub Dashboard"
        }
    ],
    "shortcuts": [
        {
            "name": "Book On Duty",
            "short_name": "Book On",
            "description": "Start your shift",
            "url": "/staff/attendance.html?action=bookon",
            "icons": [{ "src": "/images/icons/bookon.png", "sizes": "96x96" }]
        },
        {
            "name": "Book Off Duty",
            "short_name": "Book Off",
            "description": "End your shift",
            "url": "/staff/attendance.html?action=bookoff",
            "icons": [{ "src": "/images/icons/bookoff.png", "sizes": "96x96" }]
        },
        {
            "name": "My Timesheet",
            "short_name": "Timesheet",
            "description": "View your timesheet",
            "url": "/staff/timesheet.html",
            "icons": [{ "src": "/images/icons/timesheet.png", "sizes": "96x96" }]
        }
    ],
    "related_applications": [],
    "prefer_related_applications": false
}