{
    "id": "/merchant",
    "name": "بوابة التاجر",
    "short_name": "التاجر",
    "description": "تطبيق التاجر لإنشاء الشحنات وإدارة العملاء وطلبات الاستلام والحسابات.",
    "lang": "ar",
    "dir": "rtl",
    "start_url": "/merchant",
    "scope": "/merchant",
    "display": "standalone",
    "display_override": ["standalone", "minimal-ui"],
    "orientation": "any",
    "background_color": "#ffffff",
    "theme_color": "#10b981",
    "categories": ["business", "productivity"],
    "prefer_related_applications": false,
    "icons": [
        {
            "src": "/icons/agent/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icons/agent/icon-maskable-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "/icons/agent/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icons/agent/icon-maskable-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ],
    "shortcuts": [
        {
            "name": "إنشاء شحنة جديدة",
            "short_name": "شحنة جديدة",
            "url": "/merchant/shipments/create",
            "icons": [{ "src": "/icons/agent/icon-192.png", "sizes": "192x192" }]
        },
        {
            "name": "شحناتي",
            "short_name": "الشحنات",
            "url": "/merchant/shipments",
            "icons": [{ "src": "/icons/agent/icon-192.png", "sizes": "192x192" }]
        },
        {
            "name": "طلبات الاستلام",
            "short_name": "الاستلام",
            "url": "/merchant/pickup-requests",
            "icons": [{ "src": "/icons/agent/icon-192.png", "sizes": "192x192" }]
        }
    ]
}
