Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Es Extension Manager", "version": "5.3", "description": "Manage your browser extensions easily: enable, disable, and organize all your extensions from one simple interface.", "permissions": [ "management" ], "background": { "service_worker": "background.js" }, "action": { "default_popup": "popup.html" }, "icons": { "16": "li16.png", "48": "li48.png", "128": "li128.png" } }