{
    "id": "/agent",
    "name": "بوابة المندوب",
    "short_name": "المندوب",
    "description": "تطبيق مندوب التوصيل لإدارة الشحنات والاستلام والتحصيل.",
    "lang": "ar",
    "dir": "rtl",
    "start_url": "/agent",
    "scope": "/agent",
    "display": "standalone",
    "display_override": ["standalone", "minimal-ui"],
    "orientation": "portrait",
    "background_color": "#ffffff",
    "theme_color": "#f59e0b",
    "categories": ["business", "productivity"],
    "prefer_related_applications": false,
    "related_applications": [
        {
            "platform": "play",
            "id": "com.shipments.agent"
        }
    ],
    "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": "/agent/shipments",
            "icons": [{ "src": "/icons/agent/icon-192.png", "sizes": "192x192" }]
        },
        {
            "name": "طلبات الاستلام",
            "short_name": "الاستلام",
            "url": "/agent/pickup-requests",
            "icons": [{ "src": "/icons/agent/icon-192.png", "sizes": "192x192" }]
        },
        {
            "name": "تحصيلات COD",
            "short_name": "التحصيل",
            "url": "/agent/cod-collections",
            "icons": [{ "src": "/icons/agent/icon-192.png", "sizes": "192x192" }]
        }
    ]
}
