{
  "id": "/console/?app=inventory",
  "name": "Inventory — Retail Engineer",
  "short_name": "Inventory",
  "description": "Inventory — stock control, counts and replenishment. Part of the Retail Engineer retail operations suite.",
  "start_url": "/console/",
  "scope": "/console/",
  "display": "standalone",
  "background_color": "#FFFFFF",
  "theme_color": "#BE185D",
  "shortcuts": [
    {
      "name": "Scan",
      "short_name": "Scan",
      "description": "Scan a barcode to look up or adjust stock",
      "url": "/console/scan"
    },
    {
      "name": "Counts",
      "short_name": "Counts",
      "description": "Open a stocktake session",
      "url": "/console/counts"
    },
    {
      "name": "Replenishment",
      "short_name": "Reorder",
      "description": "What needs ordering",
      "url": "/console/purchasing"
    }
  ],
  "icons": [
    {
      "src": "/console/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/console/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/console/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/console/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}
