{
  "name": "Next.js Application",
  "description": "Minimal Next.js application with Tailwind CSS",
  "type": "minimal",
  "theme": {
    "primary": "#000000",
    "primaryDark": "#000000",
    "cssImport": ""
  },
  "navigation": [
    {
      "href": "/",
      "label": "Home",
      "icon": "Home"
    }
  ],
  "quickActions": [
    {
      "label": "Documentation",
      "href": "/docs",
      "icon": "BookOpen"
    },
    {
      "label": "Examples",
      "href": "/examples",
      "icon": "Code"
    },
    {
      "label": "About",
      "href": "/about",
      "icon": "Info"
    }
  ],
  "odooModels": [],
  "features": {
    "pwa": false,
    "offline": false,
    "gps": false,
    "camera": false,
    "barcode": false,
    "analytics": false,
    "workflow": false,
    "forms": false
  },
  "scaffolds": []
}
