{
  "id": "/employee-attendance/employee.php",
  "name": "Smart Employee Attendance",
  "short_name": "Smart HR",
  "description": "Employee QR attendance, leave, documents, and salary app.",
  "start_url": "employee.php",
  "scope": "./",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "orientation": "portrait",
  "background_color": "#f8fafc",
  "theme_color": "#2563eb",
  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}