{
  "name": "White Label Service Suite",
  "short_name": "Service Suite",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#f7f8fb",
  "theme_color": "#176b4d",
  "description": "White-label labor service dashboard with work orders, approvals, portal, field capture, and time clock.",
  "icons": [
    {
      "src": "/static/suite/favicon-64.png",
      "sizes": "64x64",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/suite/favicon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/static/suite/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Field Capture",
      "short_name": "Capture",
      "description": "Attach jobsite photos, receipt images, or documents to a work order.",
      "url": "/field-capture/"
    },
    {
      "name": "Time Clock",
      "short_name": "Clock",
      "description": "Open crew clock-in and GPS capture.",
      "url": "/time-clock/"
    },
    {
      "name": "Work Orders",
      "short_name": "Orders",
      "description": "Open active work orders.",
      "url": "/work-orders/"
    }
  ]
}
