Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_extensionName__", "short_name": "__MSG_extensionDescription__", "default_locale": "en", "version": "3.5.1", "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "author": "GEN Digital Inc.", "permissions": [ "tabs", "storage", "notifications", "webRequest", "webNavigation", "declarativeNetRequest", "scripting" ], "host_permissions": [ "*:\/\/*\/*" ], "background": { "service_worker": "data\/background.js", "matches": [ "<all_urls>" ] }, "options_ui": { "page": "data\/options.html" }, "action": { "default_popup": "data\/menu\/index.html", "default_icon": { "16": "icons\/16.png", "32": "icons\/32.png" } } }