{
    "id": "/ldp",
    "name": "Aurax Local Delivery",
    "short_name": "LDP App",
    "description": "Local Delivery Partner app for managing last-mile deliveries.",
    "start_url": "/ldp?source=pwa",
    "scope": "/ldp",
    "display": "standalone",
    "display_override": ["window-controls-overlay", "standalone"],
    "background_color": "#1e1b4b",
    "theme_color": "#4f46e5",
    "orientation": "portrait-primary",
    "lang": "en",
    "categories": ["productivity", "business"],
    "prefer_related_applications": false,
    "icons": [
        {
            "src": "/icons/icon-ldp.svg",
            "sizes": "any",
            "type": "image/svg+xml",
            "purpose": "any"
        },
        {
            "src": "/icons/icon-ldp.svg",
            "sizes": "any",
            "type": "image/svg+xml",
            "purpose": "maskable"
        },
        {
            "src": "/favicon.ico",
            "sizes": "64x64",
            "type": "image/x-icon"
        }
    ],
    "screenshots": [],
    "shortcuts": [
        {
            "name": "Assigned Orders",
            "short_name": "Assigned",
            "description": "View assigned orders",
            "url": "/ldp/assigned-orders?source=pwa",
            "icons": [{"src": "/icons/icon-ldp.svg", "sizes": "any"}]
        },
        {
            "name": "Pickups",
            "short_name": "Pickup",
            "description": "Manage pickups",
            "url": "/ldp/pickups?source=pwa",
            "icons": [{"src": "/icons/icon-ldp.svg", "sizes": "any"}]
        },
        {
            "name": "Earnings",
            "short_name": "Earnings",
            "description": "View earnings",
            "url": "/ldp/earnings?source=pwa",
            "icons": [{"src": "/icons/icon-ldp.svg", "sizes": "any"}]
        }
    ]
}
