{
  "//": "Served only on hortitrackstaff.dorannurseries.ie. COPIED from public/delivery-host-manifest.json (parallel: keep the two in step). src/proxy.ts rewrites every known app-manifest path to this file on that origin and confines page navigation to Staff routes (isStaffAppPath). id and scope are '/' on purpose (Karen R3-9): uniqueness comes from the separate origin, and a '/me' scope would drop the installed app into a browser tab at the /worker/login step. Do not link this file from a layout. PLAN-staff-time-and-leave-2026-09-17 Task 1.15.",
  "id": "/",
  "name": "HortiTrack Staff",
  "short_name": "HT Staff",
  "description": "Holidays, time off and clocking in",
  "start_url": "/me",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#ffffff",
  "//theme_color": "Keep in sync with WORKER_THEME_COLOR in src/components/worker/shell/constants.ts and public/worker-manifest.json.",
  "theme_color": "#16a34a",
  "//icons": "Built by scripts/build-staff-icons.mjs \u2014 a teal STAFF tile, so it is tellable apart from Worker (white), Office (green), Sales (amber) and Manage (slate). Bump ?v=N here AND in src/app/me/layout.tsx on a redesign.",
  "icons": [
    {
      "src": "/icons/staff-icon-192.png?v=1",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/staff-icon-512.png?v=1",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/staff-maskable-192.png?v=1",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/staff-maskable-512.png?v=1",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "categories": [
    "business",
    "productivity"
  ],
  "lang": "en",
  "dir": "ltr"
}
