{
  "name": "Next-Agri - Agriculture Management System",
  "description": "Manage farms, crops, and agricultural operations",
  "type": "agri",
  "theme": {
    "primary": "#22c55e",
    "primaryDark": "#16a34a",
    "cssImport": "@kodeme-io/next-core-ui/themes/green.css"
  },
  "navigation": [
    {
      "href": "/",
      "label": "Home",
      "icon": "Home"
    },
    {
      "href": "/farms",
      "label": "Farms",
      "icon": "Sprout"
    },
    {
      "href": "/scanner",
      "label": "Scanner",
      "icon": "ScanLine"
    },
    {
      "href": "/operations",
      "label": "Operations",
      "icon": "ClipboardList"
    },
    {
      "href": "/settings",
      "label": "Settings",
      "icon": "Settings"
    }
  ],
  "subNavigation": {
    "farms": [
      {
        "href": "/farms/lands",
        "label": "Lands"
      },
      {
        "href": "/farms/crops",
        "label": "Crops"
      },
      {
        "href": "/farms/resources",
        "label": "Resources"
      }
    ],
    "operations": [
      {
        "href": "/operations/activities",
        "label": "Activities"
      },
      {
        "href": "/operations/harvests",
        "label": "Harvests"
      },
      {
        "href": "/operations/tasks",
        "label": "Tasks"
      }
    ]
  },
  "quickActions": [
    {
      "label": "New Farm",
      "href": "/farms/lands/new",
      "icon": "MapPin"
    },
    {
      "label": "New Crop",
      "href": "/farms/crops/new",
      "icon": "Sprout"
    },
    {
      "label": "Log Activity",
      "href": "/operations/activities/new",
      "icon": "ClipboardList"
    },
    {
      "label": "New Harvest",
      "href": "/operations/harvests/new",
      "icon": "Package"
    },
    {
      "label": "All Farms",
      "href": "/farms/lands",
      "icon": "Map"
    },
    {
      "label": "Reports",
      "href": "/reports",
      "icon": "BarChart3"
    }
  ],
  "odooModels": [
    "farm.land",
    "farm.crop",
    "farm.harvest",
    "farm.activity"
  ],
  "features": {
    "pwa": true,
    "offline": true,
    "camera": true,
    "gps": true,
    "workflow": true,
    "forms": true,
    "analytics": true,
    "barcode": true
  },
  "scaffolds": [
    "farms",
    "crops",
    "harvests"
  ]
}
