1773677607

This commit is contained in:
2026-03-16 10:13:27 -06:00
parent 753973773d
commit 217e7ea4c3
7 changed files with 39 additions and 40 deletions
+1 -9
View File
@@ -49,6 +49,7 @@
"Bing"
"Perplexity"
"Wikipedia (en)"
"DuckDuckGo"
];
Add = [
{
@@ -59,15 +60,6 @@
Alias = "searx";
Description = "Searx (search.atri.dad)";
}
{
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";
}
];
};