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": "No Search - Stop Accidental Searches", "short_name": "No Search", "description": "No Search stops accidental searches from the address bar. Works with any New Tab extension.", "version": "1.0.0", "icons": { "16": "icons\/logo16.png", "32": "icons\/logo32.png", "48": "icons\/logo48.png", "128": "icons\/logo128.png", "192": "icons\/logo192.png", "512": "icons\/logo512.png" }, "homepage_url": "https:\/\/modernkit.one\/no-search\/?utm_source=extension-nosearch-manifest-homepage&utm_medium=extension&utm_content=extension-manifest-url", "action": [], "background": { "service_worker": "bg.js" }, "externally_connectable": { "matches": [ "https:\/\/modernkit.one\/no-search\/*" ] }, "chrome_settings_overrides": { "search_provider": { "name": "No Search", "keyword": "nosearch", "search_url": "https:\/\/modernkit.one\/no-search\/search\/?q={searchTerms}&utm_source=extension-nosearch-addrbar&utm_medium=extension&utm_content=ext-addrbar", "favicon_url": "https:\/\/search.modernkit.one\/favicon.ico", "encoding": "UTF-8", "is_default": true } } }