Webflow Code Exporter

Webflow Code Exporter

Webflow Code Exporter helps you download production ready code of Made In Webflow Websites For Free

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "description": "Webflow Code Exporter helps you download production ready code of Made In Webflow Websites For Free",
  "version": "0.0.1",
  "name": "Webflow Code Exporter",
  "permissions": [
    "https://*.webcited.co/"
  ],
  "options_page": "options.html",
  "background": {
    "page": "background.html"
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": "icons-34.png"
  },
  "icons": {
    "128": "icons-128.png"
  },
  "manifest_version": 2,
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}