File tree 4 files changed +12
-0
lines changed
apps/settings/resources/search
4 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 16
16
"urlTemplate" : " https://www.bing.com/search?q={searchTerms}" ,
17
17
"suggestionsUrlTemplate" : " http://api.bing.com/osjson.aspx?query={searchTerms}" ,
18
18
"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"
19
25
}
20
26
]
Original file line number Diff line number Diff line change 16
16
"urlTemplate" : " https://www.bing.com/search?q={searchTerms}" ,
17
17
"suggestionsUrlTemplate" : " http://api.bing.com/osjson.aspx?query={searchTerms}" ,
18
18
"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"
19
25
}
20
26
]
You can’t perform that action at this time.
0 commit comments