mirror of
https://git.kb-one.de/kb01/aux-config.git
synced 2025-12-05 18:28:53 +00:00
Fixed Brave Search-Engine
This commit is contained in:
parent
9df45430cc
commit
815ba136b2
|
|
@ -39,8 +39,9 @@ in {
|
||||||
SearchEngines.Add = [ # Only Available in ESR Releases https://mozilla.github.io/policy-templates/#searchengines--add
|
SearchEngines.Add = [ # Only Available in ESR Releases https://mozilla.github.io/policy-templates/#searchengines--add
|
||||||
{
|
{
|
||||||
Name = "Brave";
|
Name = "Brave";
|
||||||
URLTemplate = "https://search.brave.com/search?q={SearchTerms}";
|
URLTemplate = "https://search.brave.com/search?q={searchTerms}";
|
||||||
Alias = "br";
|
Alias = "br";
|
||||||
|
IconURL = "https://cdn.search.brave.com/serp/v3/_app/immutable/assets/brave-search-icon.CsIFM2aN.svg";
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
# Extensions https://mozilla.github.io/policy-templates#extensionsettings
|
# Extensions https://mozilla.github.io/policy-templates#extensionsettings
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue