Modkit for Webflow

Modkit for Webflow

Free custom modifications for the Webflow Designer

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Modkit for Webflow",
  "version": "1.1.0",
  "description": "Free custom modifications for the Webflow Designer",
  "background": {
    "scripts": [
      "assets/background-779e9a01.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "js": [
        "assets/main-22a2482a.js"
      ],
      "matches": [
        "https://webflow.com/design/*",
        "https://*.webflow.com/design/*",
        "http://webflow.com/design/*",
        "http://*.webflow.com/design/*",
        "https://webflow.com/oauth/*"
      ],
      "css": [
        "main.css"
      ]
    }
  ],
  "page_action": {
    "default_popup": "popup/index.html",
    "default_icon": {
      "16": "images/wrench16.png",
      "48": "images/wrench48.png",
      "128": "images/wrench128.png"
    }
  },
  "icons": {
    "16": "images/wrench16.png",
    "48": "images/wrench48.png",
    "128": "images/wrench128.png"
  },
  "permissions": [
    "declarativeContent",
    "storage"
  ],
  "web_accessible_resources": [
    "images/*",
    "templates/*",
    "designer/lib/fluxListener.js",
    "main.js"
  ],
  "externally_connectable": {
    "matches": [
      "https://webflow.com/design/*",
      "https://*.webflow.com/design/*",
      "http://webflow.com/design/*",
      "http://*.webflow.com/design/*"
    ]
  }
}