diff --git a/patches/helium/core/search/add-brave-search.patch b/patches/helium/core/search/add-brave-search.patch new file mode 100644 index 000000000..dddcb4136 --- /dev/null +++ b/patches/helium/core/search/add-brave-search.patch @@ -0,0 +1,31 @@ +# Add Brave Search as a prepopulated search engine +# +--- a/third_party/search_engines_data/resources/definitions/prepopulated_engines.json ++++ b/third_party/search_engines_data/resources/definitions/prepopulated_engines.json +@@ -49,6 +49,16 @@ + "id": 12 + }, + ++ "brave_search": { ++ "name": "Brave", ++ "keyword": "search.brave.com", ++ "favicon_url": "https://cdn.search.brave.com/serp/v2/static/brand/favicon.ico", ++ "search_url": "https://search.brave.com/search?q={searchTerms}", ++ "suggest_url": "https://search.brave.com/api/suggest?q={searchTerms}", ++ "type": "SEARCH_ENGINE_OTHER", ++ "id": 600 ++ }, ++ + "coccoc": { + "name": "Cốc Cốc", + "keyword": "coccoc.com", +--- a/third_party/search_engines_data/resources/definitions/regional_settings.json ++++ b/third_party/search_engines_data/resources/definitions/regional_settings.json +@@ -6,6 +6,7 @@ + "ZZ": { + // Default + "search_engines": [ ++ "&brave_search", + "&duckduckgo", + "&ecosia", + "&bing", diff --git a/patches/series b/patches/series index 08d207607..eef5191dd 100644 --- a/patches/series +++ b/patches/series @@ -119,6 +119,7 @@ helium/core/search/engine-defaults.patch helium/core/search/fix-search-engine-icons.patch helium/core/search/force-eu-search-features.patch helium/core/search/remove-description-snippet-deps.patch +helium/core/search/add-brave-search.patch helium/settings/setup-behavior-settings-page.patch helium/core/keyboard-shortcuts.patch