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_appName__", "version": "0.5.0", "description": "__MSG_appDesc__", "manifest_version": 3, "background": { "service_worker": "worker.js", "type": "module" }, "permissions": [ "tabs", "declarativeNetRequest", "storage" ], "optional_host_permissions": [ "http:\/\/*\/", "https:\/\/*\/" ], "default_locale": "en", "options_page": "options.html" }