{
  "name": "Next-B2B - B2B Sales Application",
  "description": "Manage B2B leads, orders, and customer relationships",
  "type": "b2b",
  "theme": {
    "primary": "#ec4899",
    "primaryDark": "#be185d",
    "cssImport": "@kodeme-io/next-core-ui/themes/pink.css"
  },
  "navigation": [
    {
      "href": "/",
      "label": "Home",
      "icon": "Home"
    },
    {
      "href": "/contacts",
      "label": "Contacts",
      "icon": "Users"
    },
    {
      "href": "/scanner",
      "label": "Scanner",
      "icon": "ScanLine"
    },
    {
      "href": "/sales",
      "label": "Sales",
      "icon": "ShoppingCart"
    },
    {
      "href": "/settings",
      "label": "Settings",
      "icon": "Settings"
    }
  ],
  "subNavigation": {
    "contacts": [
      {
        "href": "/contacts/customers",
        "label": "Customers"
      },
      {
        "href": "/contacts/leads",
        "label": "Leads"
      },
      {
        "href": "/contacts/accounts",
        "label": "Accounts"
      }
    ],
    "sales": [
      {
        "href": "/sales/quotes",
        "label": "Quotes"
      },
      {
        "href": "/sales/orders",
        "label": "Orders"
      },
      {
        "href": "/sales/invoices",
        "label": "Invoices"
      },
      {
        "href": "/sales/payments",
        "label": "Payments"
      }
    ]
  },
  "quickActions": [
    {
      "label": "New Customer",
      "href": "/contacts/customers/new",
      "icon": "UserPlus"
    },
    {
      "label": "New Lead",
      "href": "/contacts/leads/new",
      "icon": "Target"
    },
    {
      "label": "New Quote",
      "href": "/sales/quotes/new",
      "icon": "FileText"
    },
    {
      "label": "New Order",
      "href": "/sales/orders/new",
      "icon": "ShoppingCart"
    },
    {
      "label": "All Customers",
      "href": "/contacts/customers",
      "icon": "Users"
    },
    {
      "label": "Reports",
      "href": "/reports",
      "icon": "BarChart3"
    }
  ],
  "odooModels": [
    "res.partner",
    "sale.order",
    "sale.order.line",
    "product.product"
  ],
  "features": {
    "pwa": true,
    "offline": true,
    "camera": true,
    "gps": true,
    "workflow": true,
    "forms": true,
    "analytics": true,
    "barcode": true
  },
  "scaffolds": [
    "customers",
    "orders",
    "products"
  ]
}
