{
  "name": "WreckLink",
  "short_name": "WreckLink",
  "description": "WreckLink — wrecking yard operations",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#000000",
  "theme_color": "#06b6d4",
  "icons": [
    {
      "src": "/icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "categories": ["business", "productivity"],
  "shortcuts": [
    {
      "name": "Find Part",
      "short_name": "Find Part",
      "description": "Quick search for parts out for delivery",
      "url": "/quick-find?source=shortcut",
      "icons": [{ "src": "/icons/icon.svg", "sizes": "any", "type": "image/svg+xml" }]
    },
    {
      "name": "Scan",
      "short_name": "Scan",
      "description": "Open the QR / barcode scanner",
      "url": "/pp-worker?view=scan&source=shortcut",
      "icons": [{ "src": "/icons/icon.svg", "sizes": "any", "type": "image/svg+xml" }]
    },
    {
      "name": "Yard Walk",
      "short_name": "Yard Walk",
      "description": "Start a yard walk",
      "url": "/yard-walk?source=shortcut",
      "icons": [{ "src": "/icons/icon.svg", "sizes": "any", "type": "image/svg+xml" }]
    },
    {
      "name": "Timeclock",
      "short_name": "Timeclock",
      "description": "Clock in or out",
      "url": "/timeclock?source=shortcut",
      "icons": [{ "src": "/icons/icon.svg", "sizes": "any", "type": "image/svg+xml" }]
    },
    {
      "name": "Catalyst Dashboard",
      "short_name": "Catalyst",
      "description": "Open the catalyst dashboard",
      "url": "/catalyst-dashboard?source=shortcut",
      "icons": [{ "src": "/icons/icon.svg", "sizes": "any", "type": "image/svg+xml" }]
    }
  ]
}
