{
  "name": "Employee Attendance Monitoring",
  "short_name": "Employee Portal",
  "description": "Employee Attendance Monitoring and Payslip Portal",
  "id": "/",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#f5f9fd",
  "theme_color": "#1f66db",
  "icons": [
    {
      "src": "/cut_logo-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/cut_logo-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}