{
  "name": "StackRow",
  "short_name": "StackRow",
  "version": "2.0",
  "description": "EWC multi-location inventory management system with barcode scanning and real-time tracking",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#8b3fe6",
  "orientation": "portrait-primary",
  "categories": ["business", "productivity"],
  "lang": "en-US",
  "scope": "/",
  "icons": [
    {
      "src": "/fresh-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192x192-ewci.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512x512-ewci.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512x512-ewci.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Inventory",
      "short_name": "Inventory",
      "description": "View inventory items",
      "url": "/inventory",
      "icons": [{ "src": "/icons/icon-144x144-ewci.png", "sizes": "144x144" }]
    },
    {
      "name": "Receiving",
      "short_name": "Receiving",
      "description": "Receive shipments",
      "url": "/receiving",
      "icons": [{ "src": "/icons/icon-144x144-ewci.png", "sizes": "144x144" }]
    },
    {
      "name": "Reports",
      "short_name": "Reports",
      "description": "View reports",
      "url": "/reports",
      "icons": [{ "src": "/icons/icon-144x144-ewci.png", "sizes": "144x144" }]
    }
  ]
}