{
  "short_name": "HRMS",
  "name": "Human Resource Management System",
  "description": "Comprehensive HR management solution for employee management, payroll, and HR operations",
  "icons": [
    {
      "src": "favicon.ico",
      "sizes": "64x64 32x32 24x24 16x16",
      "type": "image/x-icon"
    },
    {
      "src": "hashcash.png",
      "type": "image/png",
      "sizes": "192x192",
      "purpose": "maskable any"
    },
    {
      "src": "hashcash-logo.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "maskable any"
    },
    {
      "src": "hashcash.png",
      "type": "image/png",
      "sizes": "144x144"
    },
    {
      "src": "hashcash.png",
      "type": "image/png",
      "sizes": "256x256"
    }
  ],
  "start_url": ".",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#1f4e79",
  "background_color": "#f8fafc",
  "categories": ["business", "productivity", "utilities"],
  "lang": "en-US",
  "scope": "/hrms/",
  "shortcuts": [
    {
      "name": "Employee Dashboard",
      "short_name": "Dashboard",
      "description": "Access employee dashboard",
      "url": "/employee",
      "icons": [
        {
          "src": "hashcash.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Payroll",
      "short_name": "Payroll",
      "description": "Access payroll information",
      "url": "/employee/payroll",
      "icons": [
        {
          "src": "hashcash.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Leave Request",
      "short_name": "Leave",
      "description": "Submit leave requests",
      "url": "/employee/leave-management",
      "icons": [
        {
          "src": "hashcash.png",
          "sizes": "96x96"
        }
      ]
    }
  ]
}