Lumos Extension for Webflow

Lumos Extension for Webflow

Searcher

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Lumos Extension for Webflow",
  "description": "Searcher",
  "version": "2.3",
  "icons": {
    "16": "images/logo16.png",
    "32": "images/logo32.png",
    "48": "images/logo48.png",
    "128": "images/logo128.png"
  },
  "content_scripts": [
    {
      "js": [
        "scripts/jquery-3.6.0.min.js",
        "scripts/content.js"
      ],
      "css": [
        "css/index.css"
      ],
      "matches": [
        "https://webflow.com/design/*",
        "https://*.design.webflow.com/*"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "matches": [
        "https://webflow.com/*"
      ],
      "resources": [
        "images/*"
      ],
      "use_dynamic_url": false
    }
  ]
}