HTML Text Editor for 8base.com

HTML Text Editor for 8base.com

Add HTML to 8base text area database inputs

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "HTML Text Editor for 8base.com",
  "version": "2.2",
  "description": "Add HTML to 8base text area database inputs",
  "icons": {
    "16": "icon.png",
    "48": "icon.png",
    "128": "icon.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://*.8base.com/*"
      ],
      "js": [
        "webcomponents-bundle.js",
        "ckeditor.js",
        "config.js",
        "ckeditor-style.js",
        "8base-input-container-component.js",
        "8base-editor-component.js",
        "main.js"
      ]
    }
  ]
}