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_extName__", "short_name": "__MSG_extShortName__", "description": "__MSG_shortDesc__", "manifest_version": 3, "version": "1.0.1", "default_locale": "en", "icons": { "16": "\/images\/icons\/icon-16.png", "32": "\/images\/icons\/icon-32.png", "48": "\/images\/icons\/icon-48.png", "128": "\/images\/icons\/icon-128.png" }, "background": { "service_worker": "background.js" }, "action": { "default_title": "__MSG_extShortName__", "default_popup": "popup\/popup.html", "default_icon": { "32": "\/images\/icons\/icon-32.png" } }, "options_ui": { "page": "pages\/options.html", "open_in_tab": true }, "permissions": [ "cookies", "contextMenus", "tabs", "scripting", "storage", "unlimitedStorage" ], "host_permissions": [ "<all_urls>" ], "commands": { "_execute_action": [] }, "incognito": "split" }