{
  "name": "Ledgerly · Payroll & Tax Compliance",
  "short_name": "Ledgerly",
  "description": "Run compliant US payroll, print checks, clock in from anywhere, and view pay stubs on the go.",
  "start_url": "/app",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#F4F4F0",
  "theme_color": "#0A0A0A",
  "categories": ["business", "finance", "productivity"],
  "icons": [
    {
      "src": "/icons/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-maskable.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Clock In / Out",
      "short_name": "Time Clock",
      "description": "GPS-verified worksite time clock",
      "url": "/app/clock"
    },
    {
      "name": "My Pay Stubs",
      "short_name": "Pay Stubs",
      "description": "View and download your pay stubs and W-2s",
      "url": "/app/portal"
    }
  ]
}
