{
  "name": "Next-Talent - Talent Recruitment Management",
  "description": "Manage job postings, candidates, and recruitment pipeline",
  "type": "talent",
  "theme": {
    "primary": "#6366f1",
    "primaryDark": "#4f46e5",
    "cssImport": "@kodeme-io/next-core-ui/themes/indigo.css"
  },
  "navigation": [
    {
      "href": "/",
      "label": "Home",
      "icon": "Home"
    },
    {
      "href": "/candidates",
      "label": "Candidates",
      "icon": "Users"
    },
    {
      "href": "/scanner",
      "label": "Scanner",
      "icon": "ScanLine"
    },
    {
      "href": "/jobs",
      "label": "Jobs",
      "icon": "Briefcase"
    },
    {
      "href": "/settings",
      "label": "Settings",
      "icon": "Settings"
    }
  ],
  "subNavigation": {
    "candidates": [
      {
        "href": "/candidates/active",
        "label": "Active"
      },
      {
        "href": "/candidates/interview",
        "label": "Interview"
      },
      {
        "href": "/candidates/shortlisted",
        "label": "Shortlisted"
      }
    ],
    "jobs": [
      {
        "href": "/jobs/open",
        "label": "Open Positions"
      },
      {
        "href": "/jobs/closed",
        "label": "Closed"
      },
      {
        "href": "/jobs/all",
        "label": "All Jobs"
      }
    ]
  },
  "quickActions": [
    {
      "label": "New Candidate",
      "href": "/candidates/active/new",
      "icon": "UserPlus"
    },
    {
      "label": "New Job",
      "href": "/jobs/open/new",
      "icon": "Briefcase"
    },
    {
      "label": "Schedule Interview",
      "href": "/candidates/interview",
      "icon": "Calendar"
    },
    {
      "label": "Active Candidates",
      "href": "/candidates/active",
      "icon": "Users"
    },
    {
      "label": "Open Positions",
      "href": "/jobs/open",
      "icon": "Briefcase"
    },
    {
      "label": "Reports",
      "href": "/reports",
      "icon": "BarChart3"
    }
  ],
  "odooModels": [
    "hr.job",
    "hr.applicant",
    "hr.recruitment.stage"
  ],
  "features": {
    "pwa": true,
    "offline": true,
    "camera": true,
    "gps": false,
    "workflow": true,
    "forms": true,
    "analytics": true,
    "barcode": true
  },
  "scaffolds": [
    "candidates",
    "jobs",
    "pipeline"
  ]
}
