{
  "id": "/",
  "name": "Zentrack HRMS",
  "short_name": "Zentrack",
  "description": "Smart workforce, GPS attendance, leave, payroll, and HR self-service.",
  "start_url": "/app/app.html",
  "scope": "/",
  "display": "standalone",
  "display_override": [
    "window-controls-overlay",
    "standalone",
    "minimal-ui"
  ],
  "background_color": "#0f172a",
  "theme_color": "#2563eb",
  "orientation": "portrait",
  "categories": [
    "business",
    "productivity"
  ],
  "icons": [
    {
      "src": "/icons/hrms/web/favicon-48.png",
      "sizes": "48x48",
      "type": "image/png"
    },
    {
      "src": "/icons/hrms/web/favicon-72.png",
      "sizes": "72x72",
      "type": "image/png"
    },
    {
      "src": "/icons/hrms/web/favicon-96.png",
      "sizes": "96x96",
      "type": "image/png"
    },
    {
      "src": "/icons/hrms/web/favicon-128.png",
      "sizes": "128x128",
      "type": "image/png"
    },
    {
      "src": "/icons/hrms/web/favicon-144.png",
      "sizes": "144x144",
      "type": "image/png"
    },
    {
      "src": "/icons/hrms/web/favicon-152.png",
      "sizes": "152x152",
      "type": "image/png"
    },
    {
      "src": "/icons/hrms/web/favicon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/hrms/web/favicon-384.png",
      "sizes": "384x384",
      "type": "image/png"
    },
    {
      "src": "/icons/hrms/web/favicon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Attendance",
      "short_name": "Attendance",
      "description": "Open check-in and checkout screen.",
      "url": "/app/app.html#attendance",
      "icons": [
        {
          "src": "/icons/hrms/web/favicon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Notifications",
      "short_name": "Alerts",
      "description": "Open HRMS notifications.",
      "url": "/app/app.html#notifications",
      "icons": [
        {
          "src": "/icons/hrms/web/favicon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ]
}
