{
  "name": "TrackYourShelves - Inventory Management",
  "short_name": "TrackYourShelves",
  "description": "Unified inventory management for homes and businesses",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0f172a",
  "theme_color": "#0f172a",
  "orientation": "portrait",
  "scope": "/",
  "icons": [
    {
      "src": "/images/icon-16x16.png",
      "sizes": "16x16",
      "type": "image/png"
    },
    {
      "src": "/images/icon-32x32.png",
      "sizes": "32x32",
      "type": "image/png"
    },
    {
      "src": "/images/icon-64x64.png",
      "sizes": "64x64",
      "type": "image/png"
    },
    {
      "src": "/images/icon-128x128.png",
      "sizes": "128x128",
      "type": "image/png"
    }
  ],
  "shortcuts": [
    {
      "name": "Scanner",
      "short_name": "Scanner",
      "description": "Quick access to barcode scanner",
      "url": "/commercial/scanner",
      "icons": [
        {
          "src": "/images/icon-64x64.png",
          "sizes": "64x64"
        }
      ]
    },
    {
      "name": "Orders",
      "short_name": "Orders",
      "description": "View and manage orders",
      "url": "/commercial/orders",
      "icons": [
        {
          "src": "/images/icon-64x64.png",
          "sizes": "64x64"
        }
      ]
    },
    {
      "name": "Inventory",
      "short_name": "Inventory",
      "description": "View inventory items",
      "url": "/commercial/inventory",
      "icons": [
        {
          "src": "/images/icon-64x64.png",
          "sizes": "64x64"
        }
      ]
    }
  ],
  "categories": ["business", "productivity", "utilities"]
}
