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", "name": "__MSG_appName__", "short_name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "icons": { "16": "assets\/images\/icon128.png", "48": "assets\/images\/icon128.png", "128": "assets\/images\/icon128.png" }, "version": "1.0", "manifest_version": 3, "permissions": [ "scripting", "tabs", "storage", "declarativeNetRequest" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "options_page": "html\/options.html", "content_scripts": [ { "js": [ "js\/content.js" ], "matches": [ "<all_urls>" ], "all_frames": true, "run_at": "document_start" } ], "action": { "default_icon": "assets\/images\/icon128.png", "default_title": "__MSG_defTitle__", "default_popup": ".\/html\/popup.html" }, "background": { "service_worker": "js\/background.js" }, "web_accessible_resources": [ { "resources": [ "assets\/images\/manual-image.svg", "assets\/images\/stroke.svg", "html\/options.html", "js\/initButton.js" ], "matches": [ "<all_urls>" ] } ], "declarative_net_request": { "rule_resources": [ { "id": "rules11", "enabled": true, "path": "rules.json" } ] } }