{
  "name": "Next-HRIS - HR Management System",
  "description": "Manage employees, attendance, and leave requests",
  "type": "hris",
  "theme": {
    "primary": "#8b5cf6",
    "primaryDark": "#6d28d9",
    "cssImport": "@kodeme-io/next-core-ui/themes/purple.css"
  },
  "navigation": [
    {
      "href": "/",
      "label": "Home",
      "icon": "Home"
    },
    {
      "href": "/people",
      "label": "People",
      "icon": "Users"
    },
    {
      "href": "/scanner",
      "label": "Scanner",
      "icon": "ScanLine"
    },
    {
      "href": "/admin",
      "label": "Admin",
      "icon": "Briefcase"
    },
    {
      "href": "/settings",
      "label": "Settings",
      "icon": "Settings"
    }
  ],
  "subNavigation": {
    "people": [
      {
        "href": "/people/employees",
        "label": "Employees"
      },
      {
        "href": "/people/attendance",
        "label": "Attendance"
      },
      {
        "href": "/people/leave",
        "label": "Leave"
      }
    ],
    "admin": [
      {
        "href": "/admin/payroll",
        "label": "Payroll"
      },
      {
        "href": "/admin/performance",
        "label": "Performance"
      },
      {
        "href": "/admin/recruitment",
        "label": "Recruitment"
      },
      {
        "href": "/admin/reports",
        "label": "Reports"
      }
    ]
  },
  "quickActions": [
    {
      "label": "New Employee",
      "href": "/people/employees/new",
      "icon": "UserPlus"
    },
    {
      "label": "Check In/Out",
      "href": "/people/attendance/checkin",
      "icon": "Clock"
    },
    {
      "label": "Leave Request",
      "href": "/people/leave/new",
      "icon": "Calendar"
    },
    {
      "label": "All Employees",
      "href": "/people/employees",
      "icon": "Users"
    },
    {
      "label": "Attendance",
      "href": "/people/attendance",
      "icon": "Clock"
    },
    {
      "label": "Reports",
      "href": "/admin/reports",
      "icon": "BarChart3"
    }
  ],
  "odooModels": [
    "hr.employee",
    "hr.attendance",
    "hr.leave",
    "hr.payslip"
  ],
  "features": {
    "pwa": true,
    "offline": true,
    "camera": true,
    "gps": true,
    "workflow": true,
    "forms": true,
    "analytics": true
  },
  "scaffolds": [
    "employees",
    "attendance",
    "leave"
  ]
}
