added Baidu and sort order by alphabet
This commit is contained in:
parent
f2bfc26c5e
commit
4c90d8c87e
1 changed files with 17 additions and 10 deletions
|
@ -1,15 +1,10 @@
|
|||
tiles:
|
||||
id: tiles
|
||||
name: Tiles
|
||||
target: _blank
|
||||
|
||||
google:
|
||||
id: google
|
||||
url: https://www.google.com/search
|
||||
name: Google
|
||||
baidu:
|
||||
id: baidu
|
||||
url: https://www.baidu.com/s
|
||||
name: Baidu
|
||||
method: get
|
||||
target: _blank
|
||||
query: q
|
||||
query: wd
|
||||
|
||||
bing:
|
||||
id: bing
|
||||
|
@ -27,6 +22,14 @@ ddg:
|
|||
target: _blank
|
||||
query: q
|
||||
|
||||
google:
|
||||
id: google
|
||||
url: https://www.google.com/search
|
||||
name: Google
|
||||
method: get
|
||||
target: _blank
|
||||
query: q
|
||||
|
||||
startpage:
|
||||
id: startpage
|
||||
url: https://www.startpage.com/do/dsearch
|
||||
|
@ -35,3 +38,7 @@ startpage:
|
|||
target: _blank
|
||||
query: query
|
||||
|
||||
tiles:
|
||||
id: tiles
|
||||
name: Tiles
|
||||
target: _blank
|
||||
|
|
Loading…
Reference in a new issue