-
-
Notifications
You must be signed in to change notification settings - Fork 11
/
searchproviders.json
71 lines (71 loc) · 1.29 KB
/
searchproviders.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
[
{
"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"
}
]