{
  "name": "Paywiz — HR & Payroll",
  "short_name": "Paywiz",
  "description": "Modern HR and payroll for growing teams — run payroll, track time, and manage people from anywhere.",
  "id": "/?source=pwa",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui", "browser"],
  "orientation": "any",
  "background_color": "#FFFFFF",
  "theme_color": "#5B21B6",
  "lang": "en-US",
  "dir": "ltr",
  "categories": ["business", "productivity", "finance"],
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/img/pwa/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/img/pwa/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/img/pwa/icon-192-maskable.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/img/pwa/icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/img/pwa/apple-touch-icon-180.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "AI Assistant",
      "short_name": "Wiz",
      "description": "Open Wiz, your HR & payroll assistant",
      "url": "/client/ai?source=pwa-shortcut",
      "icons": [
        { "src": "/img/pwa/shortcut-ai.png", "sizes": "96x96", "type": "image/png" }
      ]
    },
    {
      "name": "Run Payroll",
      "short_name": "Payroll",
      "description": "Jump into the latest payroll run",
      "url": "/client/list-payroll?source=pwa-shortcut",
      "icons": [
        { "src": "/img/pwa/shortcut-payroll.png", "sizes": "96x96", "type": "image/png" }
      ]
    },
    {
      "name": "People",
      "short_name": "People",
      "description": "View and manage employees",
      "url": "/client/employee?source=pwa-shortcut",
      "icons": [
        { "src": "/img/pwa/shortcut-people.png", "sizes": "96x96", "type": "image/png" }
      ]
    }
  ]
}
