{
  "name": "Sam Welcher Order Hub",
  "short_name": "SW Hub",
  "description": "Decorated apparel order management for Sam Welcher",
  "start_url": "/hub",
  "display": "standalone",
  "background_color": "#f4f5f7",
  "theme_color": "#1a1a2e",
  "orientation": "any",
  "icons": [
    {
      "src": "/icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Receiving",
      "url": "/hub/receiving",
      "description": "Check in incoming items"
    },
    {
      "name": "Waiting",
      "url": "/hub/waiting",
      "description": "Orders awaiting items"
    }
  ]
}
