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": "DesignerScripts", "description": "Searcher", "version": "1.4", "icons": { "16": "images\/logo16.png", "32": "images\/logo32.png", "48": "images\/logo48.png", "128": "images\/logo128.png" }, "content_scripts": [ { "js": [ "scripts\/script.js", "scripts\/inject.js" ], "matches": [ "https:\/\/*.design.webflow.com\/*" ] } ], "host_permissions": [ "https:\/\/*.design.webflow.com\/*" ], "web_accessible_resources": [ { "resources": [ "scripts\/*", "images\/*" ], "matches": [ "https:\/\/*.webflow.com\/*" ] } ] }