Update web search engine options and defaults

This commit is contained in:
2026-03-20 12:57:18 +01:00
parent cbe50e998d
commit 049f1ef4e7

View File

@@ -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 = {