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_ext_name__", "description": "__MSG_ext_description__", "version": "1.3.4", "default_locale": "en", "background": { "service_worker": "\/js\/background.js", "type": "module" }, "action": { "default_icon": { "32": "\/assets\/action-pending-focus-32.png" } }, "icons": { "16": "\/icons\/icon-16.png", "32": "\/icons\/icon-32.png", "48": "\/icons\/icon-48.png", "96": "\/icons\/icon-96.png", "128": "\/icons\/icon-128.png" }, "options_page": "options.html", "commands": { "block-website": { "suggested_key": { "default": "Alt+B", "mac": "MacCtrl+B" }, "description": "Block current website." } }, "permissions": [ "notifications", "contextMenus", "tabs", "storage", "offscreen" ] }