{
  "name": "WMS Mobile",
  "short_name": "WMS",
  "description": "Warehouse Management System Mobile",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait",
  "theme_color": "#1976d2",
  "background_color": "#ffffff",
  "scope": "/",
  "icons": [
    {
      "src": "/icons/wms-72.png",
      "sizes": "72x72",
      "type": "image/png"
    },
    {
      "src": "/icons/wms-96.png",
      "sizes": "96x96",
      "type": "image/png"
    },
    {
      "src": "/icons/wms-128.png",
      "sizes": "128x128",
      "type": "image/png"
    },
    {
      "src": "/icons/wms-144.png",
      "sizes": "144x144",
      "type": "image/png"
    },
    {
      "src": "/icons/wms-152.png",
      "sizes": "152x152",
      "type": "image/png"
    },
    {
      "src": "/icons/wms-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icons/wms-384.png",
      "sizes": "384x384",
      "type": "image/png"
    },
    {
      "src": "/icons/wms-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "shortcuts": [
    {
      "name": "Goods In",
      "short_name": "Receive",
      "description": "Receiving and Put Away",
      "url": "/goods-in",
      "icons": [{ "src": "/icons/goods-in-96.png", "sizes": "96x96" }]
    },
    {
      "name": "Picking",
      "short_name": "Pick",
      "description": "Order Picking Tasks",
      "url": "/picking",
      "icons": [{ "src": "/icons/picking-96.png", "sizes": "96x96" }]
    },
    {
      "name": "Cycle Counts",
      "short_name": "Count",
      "description": "Inventory Cycle Counts",
      "url": "/cycle-counts",
      "icons": [{ "src": "/icons/count-96.png", "sizes": "96x96" }]
    }
  ]
}