{
  "id": "/",
  "name": "Magnic HRMS",
  "short_name": "Magnic HRMS",
  "description": "Magnic Technologies HRMS — Identity, HR, Payroll & Finance",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui", "browser"],
  "background_color": "#ffffff",
  "theme_color": "#1d6fb8",
  "orientation": "any",
  "prefer_related_applications": false,
  "categories": ["business", "productivity"],
  "lang": "en",
  "dir": "ltr",
  "icons": [
    { "src": "/magnic-icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/magnic-icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/magnic-icon-512m.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" },
    { "src": "/magnic-icon.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "any" }
  ],
  "shortcuts": [
    { "name": "Dashboard", "short_name": "Dashboard", "description": "Open the HRMS dashboard", "url": "/", "icons": [{ "src": "/magnic-icon-192.png", "sizes": "192x192" }] },
    { "name": "Employees", "short_name": "Employees", "description": "Employee master", "url": "/employees", "icons": [{ "src": "/magnic-icon-192.png", "sizes": "192x192" }] },
    { "name": "Leave", "short_name": "Leave", "description": "Leave applications", "url": "/payroll/leave", "icons": [{ "src": "/magnic-icon-192.png", "sizes": "192x192" }] },
    { "name": "Payroll Run", "short_name": "Payroll", "description": "Run payroll", "url": "/payroll/runs", "icons": [{ "src": "/magnic-icon-192.png", "sizes": "192x192" }] }
  ]
}
