{
    "name": "شاشة المدير",
    "short_name": "المدير",
    "description": "شاشة المدير للتحكم.",
    "start_url": "/index",
    "display": "standalone",
    "background_color": "#f0f2f5",
    "theme_color": "#dc3545",
    "orientation": "portrait-primary",
    "icons": [
        {
            "src": "icons/logo-192.png",
            "type": "image/png",
            "sizes": "192x192"
        },
        {
            "src": "icons/logo-512.png",
            "type": "image/png",
            "sizes": "512x512",
            "purpose": "any maskable"
        }
    ]
}