xSync by xAtom

xSync by xAtom

A Chrome extension to prevent class duplication when pasting in Webflow.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "action": {
    "default_icon": {
      "16": "logo.6d2a3e05.png",
      "24": "logo.6d2a3e05.png",
      "32": "logo.6d2a3e05.png"
    },
    "default_title": "Click to toggle xSync",
    "default_popup": "popup.5b3eafac.html"
  },
  "manifest_version": 3,
  "name": "xSync by xAtom",
  "version": "1.2",
  "icons": {
    "16": "logo.6d2a3e05.png",
    "32": "logo.6d2a3e05.png",
    "48": "logo.6d2a3e05.png",
    "128": "logo.6d2a3e05.png"
  },
  "description": "A Chrome extension to prevent class duplication when pasting in Webflow.",
  "permissions": [
    "storage",
    "clipboardRead",
    "clipboardWrite"
  ],
  "content_scripts": [
    {
      "js": [
        "webflow.7b8283ac.js"
      ],
      "matches": [
        "*://*.design.webflow.com/*",
        "*://*.design.webflow.com/"
      ],
      "css": []
    }
  ]
}