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", "version": "1.0.0", "manifest_version": 3, "name": "Notch", "background": { "service_worker": "bg.loader.js" }, "action": { "default_popup": "popup.html", "default_icon": "notch-64.png" }, "icons": { "32": "notch-32.png", "128": "notch-128.png", "250": "notch-250.png", "500": "notch-500.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "<all_urls>" ], "js": [ "contentScript.bundle.js" ], "css": [ "content.styles.css" ] } ], "permissions": [ "contextMenus", "tabs", "storage", "unlimitedStorage" ], "commands": { "open-search-page": { "suggested_key": { "default": "Ctrl+Shift+S", "mac": "Command+Shift+S" }, "description": "Open Notch Search Page" } } }