Fixed Brave Search-Engine
This commit is contained in:
parent
9df45430cc
commit
815ba136b2
1 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue