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
|
{
"name": "IconsTest",
"manifest_version": 2,
"version": "1.0",
"browser_specific_settings": {
"gecko": {
"id": "engineImages@search.mozilla.org"
}
},
"hidden": true,
"description": "IconsTest. Search by Test.",
"icons": {
"16": "data:image/x-icon;base64,ico16"
},
"chrome_settings_overrides": {
"search_provider": {
"name": "IconsTest",
"search_url": "https://www.bing.com/search",
"params": [
{
"name": "q",
"value": "{searchTerms}"
},
{
"name": "form",
"value": "MOZW"
},
{
"name": "pc",
"condition": "pref",
"pref": "ms-pc"
}
],
"suggest_url": "https://api.bing.com/osjson.aspxquery={searchTerms}&form=MOZW"
}
}
}
|