{
  "name": "LabelGuard Operator",
  "short_name": "LabelGuard",
  "description": "Operator capture workspace for LabelGuard label review.",
  "id": "/operator",
  "start_url": "/operator",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "theme_color": "#061a40",
  "background_color": "#061a40",
  "icons": [
    {
      "src": "/pwa-icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/pwa-icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "/pwa-icons/maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Operator Workspace",
      "short_name": "Operator",
      "url": "/operator",
      "description": "Open the Operator workspace."
    },
    {
      "name": "Pending Retakes",
      "short_name": "Pending",
      "url": "/operator/pending",
      "description": "Open pending retake requests."
    }
  ]
}