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, "default_locale": "en", "name": "__MSG_extensionName__", "version": "1.10.1", "description": "__MSG_extensionDescription__", "permissions": [ "storage", "scripting", "activeTab", "unlimitedStorage", "notifications" ], "background": { "service_worker": "background.js", "type": "module" }, "action": { "default_title": "ExtractCSS" }, "icons": { "128": "icon-128.png" }, "web_accessible_resources": [ { "resources": [ "*.js", "*.css", "*.svg", "*.png", "worker_proxy.html", "worker\/index.js", "codepen-submit.html", "codepen-submit.js", "content-runtime\/all.iife.js", "content-runtime\/core-browser.js", "content-runtime\/worker-client.js", "content-runtime\/ui-light.png", "content-runtime\/ui-dark.png", "content-runtime\/ui-system.png", "iframe-preview\/*", "iframe-preview\/**\/*", "welcome\/*", "welcome\/**\/*" ], "matches": [ "*:\/\/*\/*" ] } ], "sandbox": { "pages": [ "worker_proxy.html" ] }, "content_security_policy": { "sandbox": "sandbox allow-scripts; script-src 'self' blob: 'unsafe-eval' 'unsafe-inline'; object-src 'self'" } }