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", "background": { "service_worker": "js\/background.js", "type": "module" }, "default_locale": "en", "icons": { "128": "icon-128.png" }, "action": { "default_icon": "icon-128.png", "default_popup": "popup.html" }, "manifest_version": 3, "name": "__MSG_application_title__", "description": "__MSG_application_description__", "host_permissions": [ "<all_urls>" ], "permissions": [ "activeTab", "scripting", "storage", "declarativeNetRequest", "alarms" ], "version": "1.0.0" }