{
    "name": "نظام إدارة الحضور",
    "short_name": "Attendance",
    "description": "نظام إدارة حضور وانصراف الموظفين",
    "start_url": "/admin/login",
    "scope": "/",
    "display": "standalone",
    "orientation": "portrait-primary",
    "theme_color": "#1e3a8a",
    "background_color": "#1e3a8a",
    "lang": "ar",
    "dir": "rtl",
    "categories": [
        "business",
        "productivity"
    ],
    "icons": [
        {
            "src": "/icons/192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icons/512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        }
    ],
    "shortcuts": [
        {
            "name": "تسجيل الحضور",
            "short_name": "الحضور",
            "description": "سجّل حضورك بسرعة",
            "url": "/attendance",
            "icons": [
                {
                    "src": "/icons/192.png",
                    "sizes": "192x192"
                }
            ]
        },
        {
            "name": "لوحة التحكم",
            "short_name": "Dashboard",
            "description": "الذهاب إلى لوحة التحكم",
            "url": "/admin/dashboard",
            "icons": [
                {
                    "src": "/icons/192.png",
                    "sizes": "192x192"
                }
            ]
        }
    ]
}