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": "0.0.4", "description": "__MSG_extensionDescription__", "permissions": [ "activeTab", "storage", "tabs" ], "options_page": "src\/pages\/options\/index.html", "background": { "service_worker": "src\/pages\/background\/index.js", "type": "module" }, "action": { "default_popup": "src\/pages\/popup\/index.html", "default_icon": "icon.png" }, "icons": { "16": "icon.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/*\/*" ], "js": [ "src\/pages\/contentInjected\/index.js" ], "css": [ "assets\/css\/contentStyle1739868448459.chunk.css" ] }, { "matches": [ "https:\/\/*\/*" ], "js": [ "src\/pages\/contentUI\/index.js" ] } ], "devtools_page": "src\/pages\/devtools\/index.html", "web_accessible_resources": [ { "resources": [ "assets\/js\/*.js", "assets\/css\/*.css", "icon-128.png", "icon-34.png" ], "matches": [ "https:\/\/*\/*" ] } ] }