{
  "id": "/",
  "name": "HRManager",
  "short_name": "HRManager",
  "description": "HR management, attendance tracking, and workforce scheduling",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#0f172a",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icon/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "categories": ["business", "productivity"],
  "shortcuts": [
    {
      "name": "Clock In",
      "short_name": "Attendance",
      "url": "/employee/attendance",
      "description": "Clock in or out for your shift"
    },
    {
      "name": "My Schedule",
      "short_name": "Schedule",
      "url": "/employee/calendar",
      "description": "View your work schedule"
    },
    {
      "name": "Request Leave",
      "short_name": "Leave",
      "url": "/employee/leaves",
      "description": "Submit a leave request"
    },
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "url": "/dashboard",
      "description": "Admin dashboard overview"
    }
  ],
  "scope": "/",
  "screenshots": [
    {
      "src": "https://hercules-cdn.com/file_ivJQe4lRcnr2XfuxjbUL2Jnk",
      "sizes": "768x1344",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "HR Dashboard with employee overview and attendance stats"
    },
    {
      "src": "https://hercules-cdn.com/file_h8CDr7CYopyVdz7EsDDtj0pk",
      "sizes": "768x1344",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "GPS-verified attendance tracking with clock-in"
    }
  ]
}
