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": "__MSG_name__", "description": "__MSG_description__", "default_locale": "en", "version": "1.0.54", "permissions": [ "storage", "scripting", "declarativeNetRequest", "unlimitedStorage", "offscreen", "tabs", "activeTab" ], "host_permissions": [ "<all_urls>" ], "declarative_net_request": { "rule_resources": [ { "id": "rules1", "enabled": true, "path": "rules.json" } ] }, "icons": { "128": "assets\/icons\/icon128.png" }, "action": { "default_popup": "components\/popup\/popup.html" }, "web_accessible_resources": [ { "resources": [ "core\/content\/region-selector.js", "assets\/fonts\/*", "assets\/icons\/*" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "all_frames": true, "js": [ "core\/content\/page-content.js", "core\/shortcuts\/keyboard-shortcuts.js" ], "run_at": "document_start" } ], "background": { "service_worker": "core\/background\/background.js" } }