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_name__", "version": "1.1.1", "description": "__MSG_description__", "permissions": [ "storage", "sidePanel", "activeTab", "contextMenus", "tabs", "scripting" ], "author": "[email protected]", "homepage_url": "https:\/\/www.diffshop.com", "side_panel": { "default_path": "src\/pages\/sidepanel\/index.html" }, "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": "favicon-36.png" }, "icons": { "16": "favicon-32.png", "32": "favicon-36.png", "48": "favicon-48.png", "128": "favicon-120.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "<all_urls>" ], "js": [ "src\/pages\/contentInjected\/index.js" ], "css": [ "assets\/css\/contentStyle1740626367302.chunk.css" ] }, { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "<all_urls>" ], "js": [ "src\/pages\/contentUI\/index.js" ] } ], "web_accessible_resources": [ { "resources": [ "assets\/js\/*.js", "assets\/css\/*.css", "favicon-120.png", "favicon-48.png", "favicon-36.png", "favicon-32.png" ], "matches": [ "*:\/\/*\/*" ] } ] }