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_ext_name__", "short_name": "Extentie", "version": "2.0.0", "manifest_version": 3, "description": "__MSG_ext_desc__", "icons": { "48": "icons\/icon-48.png", "128": "icons\/icon-128.png" }, "default_locale": "en", "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "action": { "default_popup": "popup.html" }, "options_ui": { "page": "options.html", "open_in_tab": false }, "permissions": [ "management", "storage", "contextMenus" ], "minimum_chrome_version": "88" }