{
    "name": "Saxo ERP - Employee Dashboard",
    "short_name": "Saxo ERP",
    "description": "Enterprise Resource Planning system with attendance tracking, HR management, and payroll processing",
    "start_url": "/",
    "scope": "/",
    "display": "standalone",
    "orientation": "portrait-primary",
    "theme_color": "#10b981",
    "background_color": "#ffffff",
    "categories": ["business", "productivity"],
    "screenshots": [
        {
            "src": "/icons/screenshot-1.jpg",
            "sizes": "540x720",
            "form_factor": "narrow",
            "type": "image/jpg"
        },
        {
            "src": "/icons/screenshot-2.jpg",
            "sizes": "1280x720",
            "form_factor": "wide",
            "type": "image/jpg"
        }
    ],
    "icons": [
        {
            "src": "/icons/icon-192x192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icons/icon-192x192-maskable.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "/icons/icon-512x512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icons/icon-512x512-maskable.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ],
    "shortcuts": [
        {
            "name": "Check In",
            "short_name": "Check In",
            "description": "Quick access to attendance check-in",
            "url": "/employee/dashboard",
            "icons": [
                {
                    "src": "/icons/shortcut-check-in-96x96.png",
                    "sizes": "96x96",
                    "type": "image/png"
                }
            ]
        },
        {
            "name": "My Attendance",
            "short_name": "Attendance",
            "description": "View your attendance records",
            "url": "/employee/attendance",
            "icons": [
                {
                    "src": "/icons/shortcut-attendance-96x96.png",
                    "sizes": "96x96",
                    "type": "image/png"
                }
            ]
        }
    ],
    "prefer_related_applications": false
}
