{
  "name": "ERP Floor",
  "short_name": "ERP",
  "description": "Shop floor · Pick · Pack · Receive · Count — touch terminal for floor operators.",
  "start_url": "/wms/pick-station",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#0f172a",
  "theme_color": "#0f172a",
  "categories": ["productivity", "business"],
  "icons": [
    {
      "src": "/favicon.ico",
      "sizes": "48x48",
      "type": "image/x-icon"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Shop floor",
      "url": "/floor",
      "description": "Unified operator home — orders, batches, picks"
    },
    {
      "name": "Pick station",
      "url": "/wms/pick-station",
      "description": "Handheld pick task queue"
    },
    {
      "name": "Pack station",
      "url": "/wms/pack-station",
      "description": "Pack and ship"
    },
    {
      "name": "Receiving",
      "url": "/wms/receiving",
      "description": "Receive POs / ASNs"
    }
  ]
}
