mirror of
https://github.com/linuxserver/heimdalljs.git
synced 2026-02-20 05:12:24 +08:00
72 lines
1.3 KiB
JSON
72 lines
1.3 KiB
JSON
[
|
|
{
|
|
"id": "tiles",
|
|
"name": "Tiles",
|
|
"target": "_self"
|
|
},
|
|
{
|
|
"id": "google",
|
|
"url": "https://www.google.com/search",
|
|
"name": "Google",
|
|
"method": "get",
|
|
"target": "_blank",
|
|
"query": "q"
|
|
},
|
|
{
|
|
"id": "bing",
|
|
"url": "https://www.bing.com/search",
|
|
"name": "Bing",
|
|
"method": "get",
|
|
"target": "_blank",
|
|
"query": "q"
|
|
},
|
|
{
|
|
"id": "ddg",
|
|
"url": "https://duckduckgo.com/",
|
|
"name": "DuckDuckGo",
|
|
"method": "get",
|
|
"target": "_blank",
|
|
"query": "q"
|
|
},
|
|
{
|
|
"id": "qwant",
|
|
"url": "https://www.qwant.com/",
|
|
"name": "Qwant",
|
|
"method": "get",
|
|
"target": "_blank",
|
|
"query": "q"
|
|
},
|
|
{
|
|
"id": "startpage",
|
|
"url": "https://www.startpage.com/do/dsearch",
|
|
"name": "Startpage",
|
|
"method": "get",
|
|
"target": "_blank",
|
|
"query": "query"
|
|
},
|
|
{
|
|
"id": "swiggle",
|
|
"url": "https://swiggle.org.uk/",
|
|
"name": "Swiggle",
|
|
"method": "get",
|
|
"target": "_blank",
|
|
"query": "q"
|
|
},
|
|
{
|
|
"id": "yandex",
|
|
"url": "https://yandex.com/search/",
|
|
"name": "Yandex",
|
|
"method": "get",
|
|
"target": "_blank",
|
|
"query": "text"
|
|
},
|
|
{
|
|
"id": "baidu",
|
|
"url": "https://www.baidu.com/s",
|
|
"name": "Baidu",
|
|
"method": "get",
|
|
"target": "_blank",
|
|
"query": "wd"
|
|
}
|
|
]
|