{
  "name": "Payroll Everywhere",
  "short_name": "Payroll",
  "description": "Multi-tenant payroll SaaS — run payroll, track time, manage compliance",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#1c1917",
  "theme_color": "#d97706",
  "orientation": "any",
  "icons": [
    { "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" },
    { "src": "/icons/icon-512.png", "sizes": "512x512", "type": "image/png" },
    { "src": "/icons/icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "categories": ["business", "finance"],
  "shortcuts": [
    {
      "name": "Time Clock",
      "short_name": "Clock",
      "url": "/time-clock",
      "description": "Clock in or out"
    },
    {
      "name": "Payroll Runs",
      "short_name": "Payroll",
      "url": "/payroll-runs",
      "description": "View payroll runs"
    }
  ]
}
