From b1ed151c9cefe37d6f668afb2411f93864ff1b5f Mon Sep 17 00:00:00 2001 From: Xexxa <93391300+Xexxa@users.noreply.github.com> Date: Thu, 7 Jul 2022 01:59:37 +0200 Subject: [PATCH] Browser: Add Brave and Mojeek to search engines --- Base/home/anon/.config/SearchEngines.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Base/home/anon/.config/SearchEngines.json b/Base/home/anon/.config/SearchEngines.json index 249d42ae3a..e419f02669 100644 --- a/Base/home/anon/.config/SearchEngines.json +++ b/Base/home/anon/.config/SearchEngines.json @@ -3,6 +3,10 @@ "title": "Bing", "url_format": "https://www.bing.com/search?q={}" }, + { + "title": "Brave", + "url_format": "https://search.brave.com/search?q={}" + }, { "title": "DuckDuckGo", "url_format": "https://duckduckgo.com/?q={}" @@ -19,6 +23,10 @@ "title": "Google", "url_format": "https://google.com/search?q={}" }, + { + "title": "Mojeek", + "url_format": "https://www.mojeek.com/search?q={}" + }, { "title": "Yandex", "url_format": "https://yandex.com/search/?text={}"