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", "manifest_version": 3, "name": "Cybersearch", "description": "A powerful search bar that can run calculations, search your tabs and history, open new tabs, and more.", "version": "3.1415", "permissions": [ "tabs", "bookmarks", "history" ], "browser_specific_settings": { "gecko": { "id": "[email protected]" } }, "background": { "service_worker": "background.js", "scripts": [ "background.js" ] }, "action": { "default_popup": "popup.html" }, "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "commands": { "_execute_action": { "suggested_key": { "default": "Ctrl+Shift+U", "mac": "Command+Shift+U" } } } }