From 049f1ef4e7b46e82a13fe8dbe3e13d9bf9c966a6 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Fri, 20 Mar 2026 12:57:18 +0100 Subject: [PATCH] Update web search engine options and defaults --- src/websearchEngines.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/websearchEngines.js b/src/websearchEngines.js index 9dc4645..7906c12 100644 --- a/src/websearchEngines.js +++ b/src/websearchEngines.js @@ -4,8 +4,6 @@ export const WEBSEARCH_ENGINE_OPTIONS = [ { value: 'yahoo', label: 'Yahoo' }, { value: 'duckduckgo', label: 'DuckDuckGo' }, { value: 'brave', label: 'Brave' }, - { value: 'startpage', label: 'Startpage' }, - { value: 'wikipedia', label: 'Wikipedia' }, { value: 'github', label: 'GitHub' }, { value: 'stack_overflow', label: 'Stack Overflow' }, { value: 'reddit', label: 'Reddit' }, @@ -15,9 +13,9 @@ export const WEBSEARCH_ENGINE_OPTIONS = [ export const DEFAULT_WEBSEARCH_ENGINES = [ 'google', 'bing', + 'yahoo', 'duckduckgo', 'brave', - 'startpage', ] const WEBSEARCH_ENGINE_ALIASES = {