Add Sogu as search engine

This commit is contained in:
n4ze3m
2024-04-28 00:36:33 +05:30
parent ca1a6e9b1a
commit ad5601a038
5 changed files with 137 additions and 3 deletions

View File

@@ -6,5 +6,9 @@ export const SUPPORTED_SERACH_PROVIDERS = [
{
label: "DuckDuckGo",
value: "duckduckgo"
},
{
label: "Sogou",
value: "sogou"
}
]