{
    "name": "كونتراكتور",
    "short_name": "كونتراكتور",
    "description": "نظام تسويق وإدارة عقود ذكي لشركات المقاولات — كونتراكتور",
    "id": "/",
    "start_url": "/",
    "scope": "/",
    "display": "standalone",
    "display_override": ["standalone", "fullscreen", "minimal-ui"],
    "launch_handler": {
        "client_mode": "focus-existing"
    },
    "dir": "rtl",
    "lang": "ar",
    "orientation": "portrait-primary",
    "background_color": "#ffffff",
    "theme_color": "#1e40af",
    "categories": ["business", "productivity"],
    "prefer_related_applications": false,
    "icons": [
        {
            "src": "/pwa-icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/pwa-icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/pwa-icon-maskable-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ],
    "shortcuts": [
        {
            "name": "لوحة التحكم",
            "short_name": "الرئيسية",
            "description": "الانتقال مباشرة إلى لوحة التحكم",
            "url": "/dashboard?source=shortcut",
            "icons": [{ "src": "/pwa-icon-192.png", "sizes": "192x192" }]
        },
        {
            "name": "العملاء المحتملون",
            "short_name": "العملاء",
            "description": "إدارة العملاء المحتملين",
            "url": "/leads?source=shortcut",
            "icons": [{ "src": "/pwa-icon-192.png", "sizes": "192x192" }]
        },
        {
            "name": "المواعيد",
            "short_name": "المواعيد",
            "description": "عرض وإدارة المواعيد",
            "url": "/appointments?source=shortcut",
            "icons": [{ "src": "/pwa-icon-192.png", "sizes": "192x192" }]
        }
    ]
}

