{
    "name": "TinyMIS - HR Management System",
    "short_name": "TinyMIS",
    "description": "Complete HR Management System - Attendance, Payroll, Leave Management",
    "start_url": "/",
    "display": "standalone",
    "orientation": "portrait",
    "background_color": "#4f46e5",
    "theme_color": "#4f46e5",
    "categories": ["business", "productivity"],
    "lang": "en",
    "dir": "ltr",
    "icons": [
        {
            "src": "/icons/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/icons/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ],
    "screenshots": [],
    "shortcuts": [
        {
            "name": "Clock In/Out",
            "short_name": "Clock",
            "description": "Quick clock in or out",
            "url": "/clock",
            "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
        },
        {
            "name": "My Attendance",
            "short_name": "Attendance",
            "description": "View your attendance records",
            "url": "/attendance",
            "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
        },
        {
            "name": "Apply Leave",
            "short_name": "Leave",
            "description": "Apply for leave",
            "url": "/leave",
            "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
        }
    ]
}
