{
  "name": "DevLumiq HRMS",
  "short_name": "HRMS",
  "description": "All-in-one Human Resource Management System — employees, payroll, leave, performance and more.",
  "start_url": "/hrms/dashboard",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#6366f1",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/devlumiq-hrms-icon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/devlumiq-hrms-icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["business", "productivity"],
  "shortcuts": [
    { "name": "Employees",  "url": "/hrms/employees",  "description": "View all employees" },
    { "name": "Leave",      "url": "/hrms/leave",       "description": "Manage leave requests" },
    { "name": "Payroll",    "url": "/hrms/payroll",     "description": "Payroll runs" },
    { "name": "Dashboard",  "url": "/hrms/dashboard",   "description": "HRMS dashboard" }
  ]
}
