{
  "name": "Shipsy Hub Ops",
  "short_name": "Hub Ops",
  "description": "Scan barcodes and print shipping labels instantly",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#1a3785",
  "theme_color": "#1a3785",
  "lang": "en",
  "categories": ["logistics", "productivity", "utilities"],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Scan and Print",
      "short_name": "Scan",
      "description": "Open the barcode scanner directly",
      "url": "/?action=scan",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
