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_extension_title__", "description": "__MSG_extension_description__", "default_locale": "en", "version": "2.0.4", "background": { "service_worker": "\/js\/background.js" }, "action": { "default_icon": "images\/icon_16_black.png", "default_popup": "popup.html", "default_title": "__MSG_extension_title__" }, "icons": { "16": "images\/icon_16.png", "58": "images\/icon_58.png", "128": "images\/icon_128.png" }, "permissions": [ "tabs", "webRequest", "downloads", "storage", "offscreen" ], "host_permissions": [ "<all_urls>" ] }