{
  "name": "Pulse HCM",
  "short_name": "Pulse",
  "description": "Pulse HCM — The heartbeat of your workforce",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#1a2942",
  "orientation": "any",
  "scope": "/",
  "icons": [
    {
      "src": "/icons/pulse-icon-rounded-192.png?v=2",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/pulse-icon-rounded-512.png?v=2",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/pulse-icon-circle-512.png?v=2",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Add Candidate",
      "short_name": "Add CV",
      "description": "Register a new candidate or upload CV",
      "url": "/candidates",
      "icons": [{ "src": "/icons/pulse-icon-rounded-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Disciplinary",
      "short_name": "Discipline",
      "description": "Issue disciplinary action",
      "url": "/disciplinary",
      "icons": [{ "src": "/icons/pulse-icon-rounded-192.png", "sizes": "192x192" }]
    },
    {
      "name": "View Organogram",
      "short_name": "Organogram",
      "description": "View organizational structure",
      "url": "/organogram",
      "icons": [{ "src": "/icons/pulse-icon-rounded-192.png", "sizes": "192x192" }]
    }
  ],
  "categories": ["business", "productivity"]
}