{
  "name": "Kogneon HR",
  "short_name": "Kogneon HR",
  "description": "Modern HR Management System — attendance, payroll, leaves & more.",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "background_color": "#09090b",
  "theme_color": "#6D28D9",
  "orientation": "portrait-primary",
  "lang": "en-IN",
  "dir": "ltr",
  "categories": ["business", "productivity"],
  "prefer_related_applications": false,

  "icons": [
    { "src": "/icons/icon-72.png",  "sizes": "72x72",   "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-96.png",  "sizes": "96x96",   "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-128.png", "sizes": "128x128", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-144.png", "sizes": "144x144", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-152.png", "sizes": "152x152", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-384.png", "sizes": "384x384", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-512-maskable.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],

  "shortcuts": [
    {
      "name": "Mark Attendance",
      "short_name": "Attendance",
      "description": "Clock in or out for today",
      "url": "/attendance?source=shortcut",
      "icons": [{ "src": "/icons/shortcut-attendance.png", "sizes": "96x96", "type": "image/png" }]
    },
    {
      "name": "Apply Leave",
      "short_name": "Leave",
      "description": "Submit a leave request",
      "url": "/leaves?action=apply&source=shortcut",
      "icons": [{ "src": "/icons/shortcut-leave.png", "sizes": "96x96", "type": "image/png" }]
    },
    {
      "name": "My Payslips",
      "short_name": "Payslips",
      "description": "View your salary payslips",
      "url": "/my-payslips?source=shortcut",
      "icons": [{ "src": "/icons/shortcut-payslip.png", "sizes": "96x96", "type": "image/png" }]
    },
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "Go to your HR dashboard",
      "url": "/?source=shortcut",
      "icons": [{ "src": "/icons/shortcut-dashboard.png", "sizes": "96x96", "type": "image/png" }]
    }
  ],

  "screenshots": [
    {
      "src": "/screenshots/desktop.png",
      "sizes": "1280x800",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Kogneon HR Dashboard — Desktop"
    },
    {
      "src": "/screenshots/mobile.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Kogneon HR — Mobile View"
    }
  ],

  "related_applications": []
}
