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": "Pixel Wizard's Extension Manager", "description": "Easily manage and toggle your Chrome extensions", "version": "1.0.8", "icons": { "128": "icons\/icon128.png" }, "permissions": [ "management", "contextMenus", "storage" ], "background": { "service_worker": "background.js" }, "action": { "default_icon": { "32": "icons\/icon32.png" }, "default_popup": "index.html", "default_title": "Manage Extensions" }, "commands": { "_execute_action": { "suggested_key": { "default": "Ctrl+Shift+O", "mac": "MacCtrl+Shift+O" }, "description": "Toggle Popup" } } }