ajout heimdall
This commit is contained in:
44
heimdall/config/www/searchproviders.yaml
Executable file
44
heimdall/config/www/searchproviders.yaml
Executable file
@@ -0,0 +1,44 @@
|
||||
tiles:
|
||||
id: tiles
|
||||
name: Tiles
|
||||
target: _blank
|
||||
|
||||
baidu:
|
||||
id: baidu
|
||||
url: https://www.baidu.com/s
|
||||
name: Baidu
|
||||
method: get
|
||||
target: _blank
|
||||
query: wd
|
||||
|
||||
bing:
|
||||
id: bing
|
||||
url: https://www.bing.com/search
|
||||
name: Bing
|
||||
method: get
|
||||
target: _blank
|
||||
query: q
|
||||
|
||||
ddg:
|
||||
id: ddg
|
||||
url: https://duckduckgo.com/
|
||||
name: DuckDuckGo
|
||||
method: get
|
||||
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
|
||||
name: Startpage
|
||||
method: get
|
||||
target: _blank
|
||||
query: query
|
||||
Reference in New Issue
Block a user