{
  "name": "Cycle Forge",
  "short_name": "Cycle Forge",
  "description": "Cycle Forge — Reseller Operations",
  "theme_color": "#ffffff",
  "background_color": "#ffffff",
  "display": "standalone",
  "orientation": "portrait",
  "scope": "/",
  "start_url": "/signin",
  "categories": ["business", "productivity"],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/favicon.png",
      "sizes": "any",
      "type": "image/png"
    }
  ],
  "shortcuts": [
    {
      "name": "Packer Station",
      "short_name": "Packer",
      "url": "/packer",
      "description": "Pack and ship orders"
    },
    {
      "name": "Tech Station",
      "short_name": "Tech",
      "url": "/tech",
      "description": "Test and process items"
    },
    {
      "name": "Receiving",
      "short_name": "Receiving",
      "url": "/receiving",
      "description": "Receive inbound items"
    },
    {
      "name": "SKU Stock",
      "short_name": "Stock",
      "url": "/sku-stock",
      "description": "Scan and manage SKU inventory"
    }
  ]
}
