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", "name": "__MSG_ext_name__", "default_locale": "en", "version": "2.0.2", "description": "__MSG_ext_desc__", "manifest_version": 3, "background": { "service_worker": "background.js" }, "action": { "default_icon": "logo\/48.png" }, "host_permissions": [ "https:\/\/*\/*" ], "chrome_url_overrides": { "newtab": "index.html" }, "icons": { "16": "logo\/16.png", "32": "logo\/32.png", "48": "logo\/48.png" }, "permissions": [ "unlimitedStorage", "contextMenus", "declarativeNetRequest" ] }