Add startpage as search engine

It should be more privacy friendly as duck duck go
This commit is contained in:
Daniel Siepmann 2024-01-18 11:53:46 +01:00
parent ca12b4a013
commit 690da97c56
Signed by: Daniel Siepmann
GPG key ID: 33D6629915560EF4
2 changed files with 11 additions and 3 deletions

BIN
assets/startpage.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

View file

@ -23,9 +23,6 @@ in {
id = 0;
isDefault = true;
search = {
default = "kagi.com";
order = [
];
engines = {
"PHP.net" = {
urls = [{
@ -119,6 +116,17 @@ in {
icon = ./../../assets/youtube.png;
definedAliases = [ "@youtube" ];
};
"Startpage" = {
urls = [{
template = "https://www.startpage.com/sp/search";
params = [
{ name = "query"; value = "{searchTerms}"; }
];
}];
icon = ./../../assets/startpage.png;
definedAliases = [ "@start" ];
};
"Bing".metaData.hidden = true;
"Google".metaData.hidden = true;