{
  "id": "/",
  "name": "RetailHub",
  "short_name": "RetailHub",
  "description": "Inventory, purchasing and sales for SLT Gasmart Corp.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#1E4D40",
  "theme_color": "#1E4D40",
  "categories": ["business", "productivity"],
  "icons": [
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icon-192-maskable.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "/icon-512-maskable.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    {
      "name": "Scan into a basket",
      "short_name": "Scan",
      "description": "Open the camera scanner to count stock",
      "url": "/baskets/scan",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Cycle Counts",
      "short_name": "Counts",
      "url": "/cycle-counts",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Receiving",
      "short_name": "Receiving",
      "url": "/receiving",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
