Skip to content

Commit b23a596

Browse files
committed
Bug 989964: add duckduckgo to search providers
1 parent 730cc6d commit b23a596

File tree

4 files changed

+12
-0
lines changed

4 files changed

+12
-0
lines changed
1.12 KB
Binary file not shown.

apps/settings/resources/search/providers.json

+6
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,11 @@
1616
"urlTemplate": "https://www.bing.com/search?q={searchTerms}",
1717
"suggestionsUrlTemplate": "http://api.bing.com/osjson.aspx?query={searchTerms}",
1818
"iconUrl": "bing.ico"
19+
},
20+
{
21+
"title": "DuckDuckGo",
22+
"urlTemplate": "https://duckduckgo.com/?t=ffos&q={searchTerms}",
23+
"suggestionsUrlTemplate": "https://ac.duckduckgo.com/ac/?q={searchTerms}&type=list",
24+
"iconUrl": "ddg.ico"
1925
}
2026
]

customization/search/ddg.ico

1.12 KB
Binary file not shown.

customization/search/providers.json

+6
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,11 @@
1616
"urlTemplate": "https://www.bing.com/search?q={searchTerms}",
1717
"suggestionsUrlTemplate": "http://api.bing.com/osjson.aspx?query={searchTerms}",
1818
"iconUrl": "bing.ico"
19+
},
20+
{
21+
"title": "DuckDuckGo",
22+
"urlTemplate": "https://duckduckgo.com/?t=ffos&q={searchTerms}",
23+
"suggestionsUrlTemplate": "https://ac.duckduckgo.com/ac/?q={searchTerms}&type=list",
24+
"iconUrl": "ddg.ico"
1925
}
2026
]

0 commit comments

Comments
 (0)