{
  "name": "Payroll",
  "short_name": "Payroll",
  "_note": "Static PWA manifest (build-time). Runtime white-label (title, icons, colors) fully applied via sanitized PartnerBrandingProvider + lib/branding.ts. See index.html and usePartnerBranding.tsx for dynamic surfaces and security.",
  "description": "HR, Payroll & Time Management",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#4f46e5",
  "orientation": "any",
  "categories": ["business", "productivity"],
  "shortcuts": [
    {
      "name": "Clock In",
      "url": "/ess/attendance",
      "description": "Quick clock in/out"
    },
    {
      "name": "My Payslips",
      "url": "/ess/payslips",
      "description": "View payslips"
    },
    {
      "name": "Request Leave",
      "url": "/ess/leave",
      "description": "Submit leave request"
    }
  ]
}
