{
    "name": "StrataMax",
    "short_name": "StrataMax",
    "description": "Security Guard Management System (SGMS) for managing employees, attendance, patrols, incidents, payroll, and reports.",
    "id": "/",
    "start_url": "/auth/login",
    "scope": "/",
    "display": "standalone",
    "orientation": "portrait-primary",
    "theme_color": "#ffffff",
    "background_color": "#ffffff",
    "icons": [
        {
            "src": "/web-app-manifest-192x192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/web-app-manifest-512x512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ],
    "screenshots": [
        {
            "src": "/screenshots/desktop.png",
            "type": "image/png",
            "form_factor": "wide",
            "sizes": "1024x500"
        },
        {
            "src": "/screenshots/mobile.png",
            "type": "image/png",
            "form_factor": "narrow",
            "sizes": "640x640"
        }
    ]
}