{
    "id": ".",
    "name": "نظام متابعة مهام قسم النظم",
    "short_name": "مهام النظم",
    "description": "نظام داخلي لمتابعة مهام قسم النظم والتقارير اليومية.",
    "lang": "ar",
    "dir": "rtl",
    "start_url": ".",
    "scope": ".",
    "display": "standalone",
    "display_override": ["standalone", "minimal-ui", "browser"],
    "orientation": "portrait-primary",
    "background_color": "#ffffff",
    "theme_color": "#0d3b7a",
    "categories": ["business", "productivity"],
    "icons": [
        {
            "src": "assets/icons/it-icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "assets/icons/it-icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "assets/icons/it-maskable-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ],
    "shortcuts": [
        {
            "name": "مهامي",
            "short_name": "مهامي",
            "url": "agent/tasks",
            "icons": [
                {
                    "src": "assets/icons/it-icon-192.png",
                    "sizes": "192x192",
                    "type": "image/png"
                }
            ]
        },
        {
            "name": "تقرير اليوم",
            "short_name": "تقرير",
            "url": "agent/reports/create",
            "icons": [
                {
                    "src": "assets/icons/it-icon-192.png",
                    "sizes": "192x192",
                    "type": "image/png"
                }
            ]
        }
    ]
}
