{
    "name": "Wemalo Warehouse",
    "short_name": "Wemalo",
    "description": "Wemalo warehouse operations — scan, pick, pack, relocate and ship from any device.",
    "id": "/scan",
    "start_url": "/scan?source=pwa",
    "scope": "/",
    "display": "standalone",
    "display_override": ["standalone", "minimal-ui"],
    "orientation": "portrait-primary",
    "background_color": "#0c0a09",
    "theme_color": "#e8730f",
    "categories": ["business", "productivity"],
    "icons": [
        { "src": "/pwa-icon.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "any" },
        { "src": "/pwa-icon.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "maskable" }
    ],
    "shortcuts": [
        { "name": "Relocate stock", "short_name": "Relocate", "url": "/warehouse/transfer" },
        { "name": "Pack station", "short_name": "Pack", "url": "/out/box-packing" },
        { "name": "Stock count", "short_name": "Count", "url": "/warehouse/inventory" }
    ]
}
