Update search engines
This commit is contained in:
@@ -28,6 +28,37 @@ let
|
||||
OfflineApps = true;
|
||||
};
|
||||
|
||||
SearchEngines = {
|
||||
Default = "Kagi Search";
|
||||
Remove = [
|
||||
"Google"
|
||||
"Bing"
|
||||
"DuckDuckGo"
|
||||
"Perplexity"
|
||||
"Wikipedia (en)"
|
||||
];
|
||||
Add = [
|
||||
{
|
||||
Name = "Kagi Search";
|
||||
URLTemplate = "https://kagi.com/search?token=TOKEN&q={searchTerms}";
|
||||
SuggestURLTemplate = "https://kagisuggest.com/api/autosuggest?q={searchTerms}";
|
||||
Method = "GET";
|
||||
IconURL = "https://kagi.com/favicon.ico";
|
||||
Alias = "kagi";
|
||||
Description = "Kagi Search";
|
||||
}
|
||||
{
|
||||
Name = "DuckDuckGo";
|
||||
URLTemplate = "https://duckduckgo.com/?q={searchTerms}";
|
||||
SuggestURLTemplate = "https://duckduckgo.com/ac/?q={searchTerms}&type=list";
|
||||
Method = "GET";
|
||||
IconURL = "https://duckduckgo.com/favicon.ico";
|
||||
Alias = "ddg";
|
||||
Description = "DuckDuckGo";
|
||||
}
|
||||
];
|
||||
};
|
||||
|
||||
ExtensionSettings = {
|
||||
"{446900e4-71c2-419f-a6a7-df9c091e268b}" = {
|
||||
install_url = "https://addons.mozilla.org/firefox/downloads/latest/bitwarden-password-manager/latest.xpi";
|
||||
|
||||
Reference in New Issue
Block a user