Webflow DOM Element by Flowscriipt

Webflow DOM Element by Flowscriipt

Copy & Paste Premade DOM elements that are not on Webflow

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Webflow DOM Element by Flowscriipt",
  "version": "1.0",
  "description": "Copy & Paste Premade DOM elements that are not on Webflow",
  "permissions": [
    "clipboardWrite"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "/logo/dom-16.png",
      "48": "/logo/dom-48.png",
      "128": "/logo/dom-128.png"
    }
  },
  "icons": {
    "16": "/logo/dom-16.png",
    "48": "/logo/dom-48.png",
    "128": "/logo/dom-128.png"
  }
}