COMPO Search

COMPO Search

Compo Search utilizes AI and natural language technology to generate components for your Webflow Project

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "COMPO Search",
  "action": {},
  "manifest_version": 3,
  "version": "0.2",
  "description": " Compo Search utilizes AI and natural language technology to generate components for your Webflow Project",
  "content_scripts": [
    {
      "matches": [
        "https://webflow.com/design/*"
      ],
      "js": [
        "public/jquery.1.10.2.min.js",
        "content.js",
        "dist/js/chunk-vendors.js",
        "dist/js/app.js"
      ],
      "css": [
        "style.css",
        "dist/css/app.css"
      ]
    }
  ]
}