Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Lumos Extension for Webflow", "description": "Searcher", "version": "4.6", "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\/*", "https:\/\/preview.webflow.com\/*" ] } ], "host_permissions": [ "https:\/\/*.design.webflow.com\/*", "https:\/\/preview.webflow.com\/*" ], "web_accessible_resources": [ { "matches": [ "https:\/\/*.webflow.com\/*" ], "resources": [ "scripts\/*", "images\/*" ], "use_dynamic_url": false } ] }