Upstream version 11.39.250.0
[platform/framework/web/crosswalk.git] / src / components / search_engines / prepopulated_engines.json
1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 // This file is used during build to generate prepopulated_engine.h/cc.
6 // For more details see tools/json_to_struct/json_to_struct.py.
7
8 // Engine definitions. See prepopulated_engines_schema.json for the field
9 // definitions.
10
11 // The following unique IDs are available:
12 //    11, 12, 13, 14, 18, 19, 20, 22, 24, 26, 28, 29, 30, 32, 33, 34, 39, 37,
13 //    38, 40, 41, 42, 46, 47, 48, 49, 51, 52, 58, 59, 69, 71, 72, 82, 84, 86,
14 //    88, 89, 91+
15 //
16 // IDs > 1000 are reserved for distribution custom engines.
17 //
18 // NOTES:
19 //   - CHANGE THE ABOVE NUMBERS IF YOU ADD A NEW ENGINE; ID conflicts = bad!
20 //   - Make sure you update the int_variables below as required.
21 //   - NOTIFY the Chrome Webstore team if you add/delete a search engine or 
22 //     change domain of an existing one (send email to webstore-eng@google.com).
23 //     They need to know the mapping between an engine's "id" and its URLs.
24
25 {
26   "int_variables": {
27     // The following id is for UMA stats only. Please update it if you add new
28     // engines outside the current range or it will not be counted in stats.
29     "kMaxPrepopulatedEngineID": 90,
30
31     // Increment this if you change the data in ways that mean users with
32     // existing data should get a new version.
33     "kCurrentDataVersion": 79
34   },
35
36   // The following engines are included in country lists and are added to the
37   // list of search engines on the first run depending on user's country.
38   "elements": {
39     "aol": {
40       "name": "AOL",
41       "keyword": "aol.com",
42       "favicon_url": "http://search.aol.com/favicon.ico",
43       "search_url": "http://search.aol.com/aol/search?q={searchTerms}",
44       "suggest_url": "http://autocomplete.search.aol.com/autocomplete/get?output=json&it=&q={searchTerms}",
45       "type": "SEARCH_ENGINE_AOL",
46       "id": 35
47     },
48
49     "ask": {
50       "name": "Ask",
51       "keyword": "ask.com",
52       "favicon_url": "http://sp.ask.com/sh/i/a16/favicon/favicon.ico",
53       "search_url": "http://www.ask.com/web?q={searchTerms}",
54       "suggest_url": "http://ss.ask.com/query?q={searchTerms}&li=ff",
55       "type": "SEARCH_ENGINE_ASK",
56       "id": 4
57     },
58
59     "ask_br": {
60       "name": "Ask Brasil",
61       "keyword": "br.ask.com",
62       "favicon_url": "http://sp.br.ask.com/sh/i/a14/favicon/favicon.ico",
63       "search_url": "http://br.ask.com/web?q={searchTerms}",
64       "type": "SEARCH_ENGINE_ASK",
65       "id": 4
66     },
67
68     "ask_uk": {
69       "name": "Ask Jeeves",
70       "keyword": "uk.ask.com",
71       "favicon_url": "http://sp.uk.ask.com/sh/i/a16/favicon/favicon.ico",
72       "search_url": "http://uk.ask.com/web?q={searchTerms}",
73       "suggest_url": "http://ss.uk.ask.com/query?q={searchTerms}&li=ff",
74       "type": "SEARCH_ENGINE_ASK",
75       "id": 4
76     },
77
78     "baidu": {
79       "name": "\u767e\u5ea6",
80       "keyword": "baidu.com",
81       "favicon_url": "http://www.baidu.com/favicon.ico",
82       "search_url": "http://www.baidu.com/#ie={inputEncoding}&wd={searchTerms}",
83       "type": "SEARCH_ENGINE_BAIDU",
84       "id": 21
85     },
86
87     "bing": {
88       "name": "Bing",
89       "keyword": "bing.com",
90       "favicon_url": "https://www.bing.com/s/a/bing_p.ico",
91       "search_url": "https://www.bing.com/search?q={searchTerms}",
92       "suggest_url": "http://api.bing.com/osjson.aspx?query={searchTerms}&language={language}",
93       "new_tab_url": "https://www.bing.com/chrome/newtab",
94       "type": "SEARCH_ENGINE_BING",
95       "id": 3
96     },
97
98     "bing_ar_XA": {
99       "name": "Bing (\u0627\u0644\u0639\u0631\u0628\u064a\u0629)",
100       "keyword": "bing.com_",  // bing.com is taken by bing_en_XA.
101       "favicon_url": "https://www.bing.com/s/a/bing_p.ico",
102       "search_url": "https://www.bing.com/search?setmkt=ar-XA&q={searchTerms}",
103       "suggest_url": "http://api.bing.com/osjson.aspx?query={searchTerms}&language={language}",
104       "new_tab_url": "https://www.bing.com/chrome/newtab?setmkt=ar-XA",
105       "type": "SEARCH_ENGINE_BING",
106       "id": 7  // Can't be 3 as this has to appear in the Arabian countries'
107                // lists alongside bing_en_XA.
108     },
109
110     "bing_da_DK": {
111       "name": "Bing",
112       "keyword": "bing.com",
113       "favicon_url": "https://www.bing.com/s/a/bing_p.ico",
114       "search_url": "https://www.bing.com/search?setmkt=da-DK&q={searchTerms}",
115       "suggest_url": "http://api.bing.com/osjson.aspx?query={searchTerms}&language={language}",
116       "new_tab_url": "https://www.bing.com/chrome/newtab?setmkt=da-DK",
117       "type": "SEARCH_ENGINE_BING",
118       "id": 3
119     },
120
121     "bing_de_AT": {
122       "name": "Bing",
123       "keyword": "bing.com",
124       "favicon_url": "https://www.bing.com/s/a/bing_p.ico",
125       "search_url": "https://www.bing.com/search?setmkt=de-AT&q={searchTerms}",
126       "suggest_url": "http://api.bing.com/osjson.aspx?query={searchTerms}&language={language}",
127       "new_tab_url": "https://www.bing.com/chrome/newtab?setmkt=de-AT",
128       "type": "SEARCH_ENGINE_BING",
129       "id": 3
130     },
131
132     "bing_de_CH": {
133       "name": "Bing (Deutsch)",
134       "keyword": "bing.com",
135       "favicon_url": "https://www.bing.com/s/a/bing_p.ico",
136       "search_url": "https://www.bing.com/search?setmkt=de-CH&q={searchTerms}",
137       "suggest_url": "http://api.bing.com/osjson.aspx?query={searchTerms}&language={language}",
138       "new_tab_url": "https://www.bing.com/chrome/newtab?setmkt=de-CH",
139       "type": "SEARCH_ENGINE_BING",
140       "id": 3
141     },
142
143     "bing_de_DE": {
144       "name": "Bing",
145       "keyword": "bing.com",
146       "favicon_url": "https://www.bing.com/s/a/bing_p.ico",
147       "search_url": "https://www.bing.com/search?setmkt=de-DE&q={searchTerms}",
148       "suggest_url": "http://api.bing.com/osjson.aspx?query={searchTerms}&language={language}",
149       "new_tab_url": "https://www.bing.com/chrome/newtab?setmkt=de-DE",
150       "type": "SEARCH_ENGINE_BING",
151       "id": 3
152     },
153
154     "bing_en_AU": {
155       "name": "Bing",
156       "keyword": "bing.com",
157       "favicon_url": "https://www.bing.com/s/a/bing_p.ico",
158       "search_url": "https://www.bing.com/search?setmkt=en-AU&q={searchTerms}",
159       "suggest_url": "http://api.bing.com/osjson.aspx?query={searchTerms}&language={language}",
160       "new_tab_url": "https://www.bing.com/chrome/newtab?setmkt=en-AU",
161       "type": "SEARCH_ENGINE_BING",
162       "id": 3
163     },
164
165     "bing_en_CA": {
166       "name": "Bing (English)",
167       "keyword": "bing.com",
168       "favicon_url": "https://www.bing.com/s/a/bing_p.ico",
169       "search_url": "https://www.bing.com/search?setmkt=en-CA&q={searchTerms}",
170       "suggest_url": "http://api.bing.com/osjson.aspx?query={searchTerms}&language={language}",
171       "new_tab_url": "https://www.bing.com/chrome/newtab?setmkt=en-CA",
172       "type": "SEARCH_ENGINE_BING",
173       "id": 3
174     },
175
176     "bing_en_GB": {
177       "name": "Bing",
178       "keyword": "bing.com",
179       "favicon_url": "https://www.bing.com/s/a/bing_p.ico",
180       "search_url": "https://www.bing.com/search?setmkt=en-GB&q={searchTerms}",
181       "suggest_url": "http://api.bing.com/osjson.aspx?query={searchTerms}&language={language}",
182       "new_tab_url": "https://www.bing.com/chrome/newtab?setmkt=en-GB",
183       "type": "SEARCH_ENGINE_BING",
184       "id": 3
185     },
186
187     "bing_en_IE": {
188       "name": "Bing",
189       "keyword": "bing.com",
190       "favicon_url": "https://www.bing.com/s/a/bing_p.ico",
191       "search_url": "https://www.bing.com/search?setmkt=en-IE&q={searchTerms}",
192       "suggest_url": "http://api.bing.com/osjson.aspx?query={searchTerms}&language={language}",
193       "new_tab_url": "https://www.bing.com/chrome/newtab?setmkt=en-IE",
194       "type": "SEARCH_ENGINE_BING",
195       "id": 3
196     },
197
198     "bing_en_IN": {
199       "name": "Bing",
200       "keyword": "bing.com",
201       "favicon_url": "https://www.bing.com/s/a/bing_p.ico",
202       "search_url": "https://www.bing.com/search?setmkt=en-IN&q={searchTerms}",
203       "suggest_url": "http://api.bing.com/osjson.aspx?query={searchTerms}&language={language}",
204       "new_tab_url": "https://www.bing.com/chrome/newtab?setmkt=en-IN",
205       "type": "SEARCH_ENGINE_BING",
206       "id": 3
207     },
208
209     "bing_en_NZ": {
210       "name": "Bing",
211       "keyword": "bing.com",
212       "favicon_url": "https://www.bing.com/s/a/bing_p.ico",
213       "search_url": "https://www.bing.com/search?setmkt=en-NZ&q={searchTerms}",
214       "suggest_url": "http://api.bing.com/osjson.aspx?query={searchTerms}&language={language}",
215       "new_tab_url": "https://www.bing.com/chrome/newtab?setmkt=en-NZ",
216       "type": "SEARCH_ENGINE_BING",
217       "id": 3
218     },
219
220     "bing_en_PH": {
221       "name": "Bing",
222       "keyword": "bing.com",
223       "favicon_url": "https://www.bing.com/s/a/bing_p.ico",
224       "search_url": "https://www.bing.com/search?setmkt=en-PH&q={searchTerms}",
225       "suggest_url": "http://api.bing.com/osjson.aspx?query={searchTerms}&language={language}",
226       "new_tab_url": "https://www.bing.com/chrome/newtab?setmkt=en-PH",
227       "type": "SEARCH_ENGINE_BING",
228       "id": 3
229     },
230
231     "bing_en_SG": {
232       "name": "Bing",
233       "keyword": "bing.com",
234       "favicon_url": "https://www.bing.com/s/a/bing_p.ico",
235       "search_url": "https://www.bing.com/search?setmkt=en-SG&q={searchTerms}",
236       "suggest_url": "http://api.bing.com/osjson.aspx?query={searchTerms}&language={language}",
237       "new_tab_url": "https://www.bing.com/chrome/newtab?setmkt=en-SG",
238       "type": "SEARCH_ENGINE_BING",
239       "id": 3
240     },
241
242     "bing_en_US": {
243       "name": "Bing",
244       "keyword": "bing.com",
245       "favicon_url": "https://www.bing.com/s/a/bing_p.ico",
246       "search_url": "https://www.bing.com/search?setmkt=en-US&q={searchTerms}",
247       "suggest_url": "http://api.bing.com/osjson.aspx?query={searchTerms}&language={language}",
248       "new_tab_url": "https://www.bing.com/chrome/newtab?setmkt=en-US",
249       "type": "SEARCH_ENGINE_BING",
250       "id": 3
251     },
252
253     "bing_en_XA": {
254       "name": "Bing (English)",
255       "keyword": "bing.com",
256       "favicon_url": "https://www.bing.com/s/a/bing_p.ico",
257       "search_url": "https://www.bing.com/search?setmkt=en-XA&q={searchTerms}",
258       "suggest_url": "http://api.bing.com/osjson.aspx?query={searchTerms}&language={language}",
259       "new_tab_url": "https://www.bing.com/chrome/newtab?setmkt=en-XA",
260       "type": "SEARCH_ENGINE_BING",
261       "id": 3
262     },
263
264     "bing_es_AR": {
265       "name": "Bing",
266       "keyword": "bing.com",
267       "favicon_url": "https://www.bing.com/s/a/bing_p.ico",
268       "search_url": "https://www.bing.com/search?setmkt=es-AR&q={searchTerms}",
269       "suggest_url": "http://api.bing.com/osjson.aspx?query={searchTerms}&language={language}",
270       "new_tab_url": "https://www.bing.com/chrome/newtab?setmkt=es-AR",
271       "type": "SEARCH_ENGINE_BING",
272       "id": 3
273     },
274
275     "bing_es_CL": {
276       "name": "Bing",
277       "keyword": "bing.com",
278       "favicon_url": "https://www.bing.com/s/a/bing_p.ico",
279       "search_url": "https://www.bing.com/search?setmkt=es-CL&q={searchTerms}",
280       "suggest_url": "http://api.bing.com/osjson.aspx?query={searchTerms}&language={language}",
281       "new_tab_url": "https://www.bing.com/chrome/newtab?setmkt=es-CL",
282       "type": "SEARCH_ENGINE_BING",
283       "id": 3
284     },
285
286     "bing_es_ES": {
287       "name": "Bing",
288       "keyword": "bing.com",
289       "favicon_url": "https://www.bing.com/s/a/bing_p.ico",
290       "search_url": "https://www.bing.com/search?setmkt=es-ES&q={searchTerms}",
291       "suggest_url": "http://api.bing.com/osjson.aspx?query={searchTerms}&language={language}",
292       "new_tab_url": "https://www.bing.com/chrome/newtab?setmkt=es-ES",
293       "type": "SEARCH_ENGINE_BING",
294       "id": 3
295     },
296
297     "bing_es_MX": {
298       "name": "Bing",
299       "keyword": "bing.com",
300       "favicon_url": "https://www.bing.com/s/a/bing_p.ico",
301       "search_url": "https://www.bing.com/search?setmkt=es-MX&q={searchTerms}",
302       "suggest_url": "http://api.bing.com/osjson.aspx?query={searchTerms}&language={language}",
303       "new_tab_url": "https://www.bing.com/chrome/newtab?setmkt=es-MX",
304       "type": "SEARCH_ENGINE_BING",
305       "id": 3
306     },
307
308     "bing_es_XL": {
309       "name": "Bing",
310       "keyword": "bing.com",
311       "favicon_url": "https://www.bing.com/s/a/bing_p.ico",
312       "search_url": "https://www.bing.com/search?setmkt=es-XL&q={searchTerms}",
313       "suggest_url": "http://api.bing.com/osjson.aspx?query={searchTerms}&language={language}",
314       "new_tab_url": "https://www.bing.com/chrome/newtab?setmkt=es-XL",
315       "type": "SEARCH_ENGINE_BING",
316       "id": 3
317     },
318
319     "bing_fi_FI": {
320       "name": "Bing",
321       "keyword": "bing.com",
322       "favicon_url": "https://www.bing.com/s/a/bing_p.ico",
323       "search_url": "https://www.bing.com/search?setmkt=fi-FI&q={searchTerms}",
324       "suggest_url": "http://api.bing.com/osjson.aspx?query={searchTerms}&language={language}",
325       "new_tab_url": "https://www.bing.com/chrome/newtab?setmkt=fi-FI",
326       "type": "SEARCH_ENGINE_BING",
327       "id": 3
328     },
329
330     "bing_fr_BE": {
331       "name": "Bing (Fran\u00e7ais)",
332       "keyword": "bing.com_",  // bing.com is taken by bing_nl_BE.
333       "favicon_url": "https://www.bing.com/s/a/bing_p.ico",
334       "search_url": "https://www.bing.com/search?setmkt=fr-BE&q={searchTerms}",
335       "suggest_url": "http://api.bing.com/osjson.aspx?query={searchTerms}&language={language}",
336       "new_tab_url": "https://www.bing.com/chrome/newtab?setmkt=fr-BE",
337       "type": "SEARCH_ENGINE_BING",
338       "id": 7
339     },
340
341     "bing_fr_CA": {
342       "name": "Bing (Fran\u00e7ais)",
343       "keyword": "bing.com_",  // bing.com is taken by bing_en_CA.
344       "favicon_url": "https://www.bing.com/s/a/bing_p.ico",
345       "search_url": "https://www.bing.com/search?setmkt=fr-CA&q={searchTerms}",
346       "suggest_url": "http://api.bing.com/osjson.aspx?query={searchTerms}&language={language}",
347       "new_tab_url": "https://www.bing.com/chrome/newtab?setmkt=fr-CA",
348       "type": "SEARCH_ENGINE_BING",
349       "id": 7
350     },
351
352     "bing_fr_CH": {
353       "name": "Bing (Fran\u00e7ais)",
354       "keyword": "bing.com_",  // bing.com is taken by bing_de_CH.
355       "favicon_url": "https://www.bing.com/s/a/bing_p.ico",
356       "search_url": "https://www.bing.com/search?setmkt=fr-CH&q={searchTerms}",
357       "suggest_url": "http://api.bing.com/osjson.aspx?query={searchTerms}&language={language}",
358       "new_tab_url": "https://www.bing.com/chrome/newtab?setmkt=fr-CH",
359       "type": "SEARCH_ENGINE_BING",
360       "id": 7
361     },
362
363     "bing_fr_FR": {
364       "name": "Bing",
365       "keyword": "bing.com",
366       "favicon_url": "https://www.bing.com/s/a/bing_p.ico",
367       "search_url": "https://www.bing.com/search?setmkt=fr-FR&q={searchTerms}",
368       "suggest_url": "http://api.bing.com/osjson.aspx?query={searchTerms}&language={language}",
369       "new_tab_url": "https://www.bing.com/chrome/newtab?setmkt=fr-FR",
370       "type": "SEARCH_ENGINE_BING",
371       "id": 3
372     },
373
374     "bing_it_IT": {
375       "name": "Bing",
376       "keyword": "bing.com",
377       "favicon_url": "https://www.bing.com/s/a/bing_p.ico",
378       "search_url": "https://www.bing.com/search?setmkt=it-IT&q={searchTerms}",
379       "suggest_url": "http://api.bing.com/osjson.aspx?query={searchTerms}&language={language}",
380       "new_tab_url": "https://www.bing.com/chrome/newtab?setmkt=it-IT",
381       "type": "SEARCH_ENGINE_BING",
382       "id": 3
383     },
384
385     "bing_ja_JP": {
386       "name": "Bing",
387       "keyword": "bing.com",
388       "favicon_url": "https://www.bing.com/s/a/bing_p.ico",
389       "search_url": "https://www.bing.com/search?setmkt=ja-JP&q={searchTerms}",
390       "suggest_url": "http://api.bing.com/osjson.aspx?query={searchTerms}&language={language}",
391       "new_tab_url": "https://www.bing.com/chrome/newtab?setmkt=ja-JP",
392       "type": "SEARCH_ENGINE_BING",
393       "id": 3
394     },
395
396     "bing_lv_LV": {
397       "name": "Bing",
398       "keyword": "bing.com",
399       "favicon_url": "https://www.bing.com/s/a/bing_p.ico",
400       "search_url": "https://www.bing.com/search?setmkt=lv-LV&q={searchTerms}",
401       "suggest_url": "http://api.bing.com/osjson.aspx?query={searchTerms}&language={language}",
402       "new_tab_url": "https://www.bing.com/chrome/newtab?setmkt=lv-LV",
403       "type": "SEARCH_ENGINE_BING",
404       "id": 3
405     },
406
407     "bing_nb_NO": {
408       "name": "Bing",
409       "keyword": "bing.com",
410       "favicon_url": "https://www.bing.com/s/a/bing_p.ico",
411       "search_url": "https://www.bing.com/search?setmkt=nb-NO&q={searchTerms}",
412       "suggest_url": "http://api.bing.com/osjson.aspx?query={searchTerms}&language={language}",
413       "new_tab_url": "https://www.bing.com/chrome/newtab?setmkt=nb-NO",
414       "type": "SEARCH_ENGINE_BING",
415       "id": 3
416     },
417
418     "bing_nl_BE": {
419       "name": "Bing (Nederlandstalige)",
420       "keyword": "bing.com",
421       "favicon_url": "https://www.bing.com/s/a/bing_p.ico",
422       "search_url": "https://www.bing.com/search?setmkt=nl-BE&q={searchTerms}",
423       "suggest_url": "http://api.bing.com/osjson.aspx?query={searchTerms}&language={language}",
424       "new_tab_url": "https://www.bing.com/chrome/newtab?setmkt=nl-BE",
425       "type": "SEARCH_ENGINE_BING",
426       "id": 3
427     },
428
429     "bing_pl_PL": {
430       "name": "Bing",
431       "keyword": "bing.com",
432       "favicon_url": "https://www.bing.com/s/a/bing_p.ico",
433       "search_url": "https://www.bing.com/search?setmkt=pl-PL&q={searchTerms}",
434       "suggest_url": "http://api.bing.com/osjson.aspx?query={searchTerms}&language={language}",
435       "new_tab_url": "https://www.bing.com/chrome/newtab?setmkt=pl-PL",
436       "type": "SEARCH_ENGINE_BING",
437       "id": 3
438     },
439
440     "bing_pt_BR": {
441       "name": "Bing",
442       "keyword": "bing.com",
443       "favicon_url": "https://www.bing.com/s/a/bing_p.ico",
444       "search_url": "https://www.bing.com/search?setmkt=pt-BR&q={searchTerms}",
445       "suggest_url": "http://api.bing.com/osjson.aspx?query={searchTerms}&language={language}",
446       "new_tab_url": "https://www.bing.com/chrome/newtab?setmkt=pt-BR",
447       "type": "SEARCH_ENGINE_BING",
448       "id": 3
449     },
450
451     "bing_pt_PT": {
452       "name": "Bing",
453       "keyword": "bing.com",
454       "favicon_url": "https://www.bing.com/s/a/bing_p.ico",
455       "search_url": "https://www.bing.com/search?setmkt=pt-PT&q={searchTerms}",
456       "suggest_url": "http://api.bing.com/osjson.aspx?query={searchTerms}&language={language}",
457       "new_tab_url": "https://www.bing.com/chrome/newtab?setmkt=pt-PT",
458       "type": "SEARCH_ENGINE_BING",
459       "id": 3
460     },
461
462     "bing_ru_RU": {
463       "name": "Bing",
464       "keyword": "bing.com",
465       "favicon_url": "https://www.bing.com/s/a/bing_p.ico",
466       "search_url": "https://www.bing.com/search?setmkt=ru-RU&q={searchTerms}",
467       "suggest_url": "http://api.bing.com/osjson.aspx?query={searchTerms}&language={language}",
468       "new_tab_url": "https://www.bing.com/chrome/newtab?setmkt=ru-RU",
469       "type": "SEARCH_ENGINE_BING",
470       "id": 3
471     },
472
473     "bing_sv_SE": {
474       "name": "Bing",
475       "keyword": "bing.com",
476       "favicon_url": "https://www.bing.com/s/a/bing_p.ico",
477       "search_url": "https://www.bing.com/search?setmkt=sv-SE&q={searchTerms}",
478       "suggest_url": "http://api.bing.com/osjson.aspx?query={searchTerms}&language={language}",
479       "new_tab_url": "https://www.bing.com/chrome/newtab?setmkt=sv-SE",
480       "type": "SEARCH_ENGINE_BING",
481       "id": 3
482     },
483
484     "bing_tr_TR": {
485       "name": "Bing",
486       "keyword": "bing.com",
487       "favicon_url": "https://www.bing.com/s/a/bing_p.ico",
488       "search_url": "https://www.bing.com/search?setmkt=tr-TR&q={searchTerms}",
489       "suggest_url": "http://api.bing.com/osjson.aspx?query={searchTerms}&language={language}",
490       "new_tab_url": "https://www.bing.com/chrome/newtab?setmkt=tr-TR",
491       "type": "SEARCH_ENGINE_BING",
492       "id": 3
493     },
494
495     "bing_zh_HK": {
496       "name": "Bing",
497       "keyword": "bing.com",
498       "favicon_url": "https://www.bing.com/s/a/bing_p.ico",
499       "search_url": "https://www.bing.com/search?setmkt=zh-HK&q={searchTerms}",
500       "suggest_url": "http://api.bing.com/osjson.aspx?query={searchTerms}&language={language}",
501       "new_tab_url": "https://www.bing.com/chrome/newtab?setmkt=zh-HK",
502       "type": "SEARCH_ENGINE_BING",
503       "id": 3
504     },
505
506     "bing_zh_TW": {
507       "name": "Bing",
508       "keyword": "bing.com",
509       "favicon_url": "https://www.bing.com/s/a/bing_p.ico",
510       "search_url": "https://www.bing.com/search?setmkt=zh-TW&q={searchTerms}",
511       "suggest_url": "http://api.bing.com/osjson.aspx?query={searchTerms}&language={language}",
512       "new_tab_url": "https://www.bing.com/chrome/newtab?setmkt=zh-TW",
513       "type": "SEARCH_ENGINE_BING",
514       "id": 3
515     },
516
517     "daum": {
518       "name": "Daum",
519       "keyword": "daum.net",
520       "favicon_url": "http://search.daum.net/favicon.ico",
521       "search_url": "http://search.daum.net/search?ie={inputEncoding}&q={searchTerms}",
522       "suggest_url": "http://sug.search.daum.net/search_nsuggest?mod=fxjson&ie={inputEncoding}&code=utf_in_out&q={searchTerms}",
523       "type": "SEARCH_ENGINE_DAUM",
524       "id": 68
525     },
526
527     "google": {
528       "name": "Google",
529       "keyword": "google.com",
530       "favicon_url": "http://www.google.com/favicon.ico",
531       "search_url": "{google:baseURL}search?q={searchTerms}&{google:RLZ}{google:originalQueryForSuggestion}{google:assistedQueryStats}{google:searchFieldtrialParameter}{google:bookmarkBarPinned}{google:searchClient}{google:sourceId}{google:instantExtendedEnabledParameter}{google:omniboxStartMarginParameter}{google:contextualSearchVersion}ie={inputEncoding}",
532       "suggest_url": "{google:baseSuggestURL}search?{google:searchFieldtrialParameter}client={google:suggestClient}&gs_ri={google:suggestRid}&xssi=t&q={searchTerms}&{google:inputType}{google:cursorPosition}{google:currentPageUrl}{google:pageClassification}{google:searchVersion}{google:sessionToken}{google:prefetchQuery}sugkey={google:suggestAPIKeyParameter}",
533       "instant_url": "{google:baseURL}webhp?sourceid=chrome-instant&{google:RLZ}{google:forceInstantResults}{google:instantExtendedEnabledParameter}{google:ntpIsThemedParameter}{google:omniboxStartMarginParameter}ie={inputEncoding}",
534       "image_url": "{google:baseURL}searchbyimage/upload",
535       "new_tab_url": "{google:baseURL}_/chrome/newtab?{google:RLZ}{google:instantExtendedEnabledParameter}{google:ntpIsThemedParameter}ie={inputEncoding}",
536       "contextual_search_url": "{google:baseURL}_/contextualsearch?{google:contextualSearchVersion}{google:contextualSearchContextData}",
537       "image_url_post_params": "encoded_image={google:imageThumbnail},image_url={google:imageURL},sbisrc={google:imageSearchSource},original_width={google:imageOriginalWidth},original_height={google:imageOriginalHeight}",
538       "alternate_urls": [
539         "{google:baseURL}#q={searchTerms}",
540         "{google:baseURL}search#q={searchTerms}",
541         "{google:baseURL}webhp#q={searchTerms}",
542         "{google:baseURL}s?q={searchTerms}"
543       ],
544       "search_terms_replacement_key": "{google:instantExtendedEnabledKey}",
545       "type": "SEARCH_ENGINE_GOOGLE",
546       "id": 1
547     },
548
549     "kvasir": {
550       "name": "Kvasir",
551       "keyword": "kvasir.no",
552       "favicon_url": "http://kvasir.no/grafikk/favicon.ico",
553       "search_url": "http://kvasir.no/alle?q={searchTerms}",
554       "type": "SEARCH_ENGINE_KVASIR",
555       "id": 73
556     },
557
558     "mail_ru": {
559       "name": "@MAIL.RU",
560       "keyword": "mail.ru",
561       "favicon_url": "http://go.imgsmail.ru/favicon.ico",
562       "search_url": "http://go.mail.ru/search?q={searchTerms}",
563       "encoding": "windows-1251",
564       "suggest_url": "http://suggests.go.mail.ru/chrome?q={searchTerms}",
565       "type": "SEARCH_ENGINE_MAILRU",
566       "id": 83
567     },
568
569     "najdi": {
570       "name": "Najdi.si",
571       "keyword": "najdi.si",
572       "favicon_url": "http://www.najdi.si/assets/PROD-1.4.10/ctx/images/favicon.ico",
573       "search_url": "http://www.najdi.si/search.jsp?q={searchTerms}",
574       "type": "SEARCH_ENGINE_NAJDI",
575       "id": 87
576     },
577
578     "naver": {
579       "name": "\ub124\uc774\ubc84",
580       "keyword": "naver.com",
581       "favicon_url": "http://sstatic.naver.net/search/favicon/favicon_140327.ico",
582       "search_url": "http://search.naver.com/search.naver?ie={inputEncoding}&query={searchTerms}",
583       "suggest_url": "http://ac.search.naver.com/nx/ac?of=os&ie={inputEncoding}&q={searchTerms}&oe={outputEncoding}",
584       "type": "SEARCH_ENGINE_NAVER",
585       "id": 67
586     },
587
588     "onet": {
589       "name": "Onet.pl",
590       "keyword": "onet.pl",
591       "favicon_url": "http://szukaj.onet.pl/favicon.ico",
592       "search_url": "http://szukaj.onet.pl/wyniki.html?qt={searchTerms}",
593       "type": "SEARCH_ENGINE_ONET",
594       "id": 75
595     },
596
597     "seznam": {
598       "name": "Seznam",
599       "keyword": "seznam.cz",
600       "favicon_url": "http://search.seznam.cz/r/img/favicon.ico",
601       "search_url": "http://search.seznam.cz/?q={searchTerms}",
602       "suggest_url": "http://suggest.fulltext.seznam.cz/fulltext_ff?phrase={searchTerms}",
603       "type": "SEARCH_ENGINE_SEZNAM",
604       "id": 25
605     },
606
607     "sogou": {
608       "name": "\u641c\u72d7",
609       "keyword": "sogou.com",
610       "favicon_url": "http://www.sogou.com/images/logo/old/favicon.ico",
611       "search_url": "http://www.sogou.com/web?ie={inputEncoding}&query={searchTerms}",
612       "type": "SEARCH_ENGINE_SOGOU",
613       "id": 56
614     },
615
616     "vinden": {
617       "name": "Vinden.nl",
618       "keyword": "vinden.nl",
619       "favicon_url": "http://www.vinden.nl/favicon.ico",
620       "search_url": "http://www.vinden.nl/?q={searchTerms}",
621       "type": "SEARCH_ENGINE_VINDEN",
622       "id": 53
623     },
624
625     "virgilio": {
626       "name": "Virgilio",
627       "keyword": "virgilio.it",
628       "favicon_url": "http://ricerca.virgilio.it/common/favicon.ico",
629       "search_url": "http://ricerca.virgilio.it/ricerca?qs={searchTerms}",
630       "encoding": "ISO-8859-1",
631       "type": "SEARCH_ENGINE_VIRGILIO",
632       "id": 62
633     },
634
635     "yahoo": {
636       "name": "Yahoo!",
637       "keyword": "yahoo.com",
638       "favicon_url": "https://search.yahoo.com/favicon.ico",
639       "search_url": "https://search.yahoo.com/search?ei={inputEncoding}&fr=crmas&p={searchTerms}",
640       "suggest_url": "https://search.yahoo.com/sugg/chrome?output=fxjson&appid=crmas&command={searchTerms}",
641       "type": "SEARCH_ENGINE_YAHOO",
642       "id": 2
643     },
644
645     "yahoo_ar": {
646       "name": "Yahoo! Argentina",
647       "keyword": "ar.yahoo.com",
648       "favicon_url": "https://ar.search.yahoo.com/favicon.ico",
649       "search_url": "https://ar.search.yahoo.com/search?ei={inputEncoding}&fr=crmas&p={searchTerms}",
650       "suggest_url": "https://ar.search.yahoo.com/sugg/chrome?output=fxjson&appid=crmas&command={searchTerms}",
651       "type": "SEARCH_ENGINE_YAHOO",
652       "id": 2
653     },
654
655     "yahoo_at": {
656       "name": "Yahoo! \u00d6sterreich",
657       "keyword": "at.yahoo.com",
658       "favicon_url": "https://at.search.yahoo.com/favicon.ico",
659       "search_url": "https://at.search.yahoo.com/search?ei={inputEncoding}&fr=crmas&p={searchTerms}",
660       "suggest_url": "https://at.search.yahoo.com/sugg/chrome?output=fxjson&appid=crmas&command={searchTerms}",
661       "type": "SEARCH_ENGINE_YAHOO",
662       "id": 2
663     },
664
665     "yahoo_au": {
666       "name": "Yahoo!7",
667       "keyword": "au.yahoo.com",
668       "favicon_url": "https://au.search.yahoo.com/favicon.ico",
669       "search_url": "https://au.search.yahoo.com/search?ei={inputEncoding}&fr=crmas&p={searchTerms}",
670       "suggest_url": "https://au.search.yahoo.com/sugg/chrome?output=fxjson&appid=crmas&command={searchTerms}",
671       "type": "SEARCH_ENGINE_YAHOO",
672       "id": 2
673     },
674
675     "yahoo_br": {
676       "name": "Yahoo! Brasil",
677       "keyword": "br.yahoo.com",
678       "favicon_url": "https://br.search.yahoo.com/favicon.ico",
679       "search_url": "https://br.search.yahoo.com/search?ei={inputEncoding}&fr=crmas&p={searchTerms}",
680       "suggest_url": "https://br.search.yahoo.com/sugg/chrome?output=fxjson&appid=crmas&command={searchTerms}",
681       "type": "SEARCH_ENGINE_YAHOO",
682       "id": 2
683     },
684
685     "yahoo_ca": {
686       "name": "Yahoo! Canada",
687       "keyword": "ca.yahoo.com",
688       "favicon_url": "https://ca.search.yahoo.com/favicon.ico",
689       "search_url": "https://ca.search.yahoo.com/search?ei={inputEncoding}&fr=crmas&p={searchTerms}",
690       "suggest_url": "https://ca.search.yahoo.com/sugg/chrome?output=fxjson&appid=crmas&command={searchTerms}",
691       "type": "SEARCH_ENGINE_YAHOO",
692       "id": 2
693     },
694
695     "yahoo_ch": {
696       "name": "Yahoo! Schweiz",
697       "keyword": "ch.yahoo.com",
698       "favicon_url": "https://ch.search.yahoo.com/favicon.ico",
699       "search_url": "https://ch.search.yahoo.com/search?ei={inputEncoding}&fr=crmas&p={searchTerms}",
700       "suggest_url": "https://ch.search.yahoo.com/sugg/chrome?output=fxjson&appid=crmas&command={searchTerms}",
701       "type": "SEARCH_ENGINE_YAHOO",
702       "id": 2
703     },
704
705     "yahoo_cl": {
706       "name": "Yahoo! Chile",
707       "keyword": "cl.yahoo.com",
708       "favicon_url": "https://cl.search.yahoo.com/favicon.ico",
709       "search_url": "https://cl.search.yahoo.com/search?ei={inputEncoding}&fr=crmas&p={searchTerms}",
710       "suggest_url": "https://cl.search.yahoo.com/sugg/chrome?output=fxjson&appid=crmas&command={searchTerms}",
711       "type": "SEARCH_ENGINE_YAHOO",
712       "id": 2
713     },
714
715     "yahoo_co": {
716       "name": "Yahoo! Colombia",
717       "keyword": "co.yahoo.com",
718       "favicon_url": "https://co.search.yahoo.com/favicon.ico",
719       "search_url": "https://co.search.yahoo.com/search?ei={inputEncoding}&fr=crmas&p={searchTerms}",
720       "suggest_url": "https://co.search.yahoo.com/sugg/chrome?output=fxjson&appid=crmas&command={searchTerms}",
721       "type": "SEARCH_ENGINE_YAHOO",
722       "id": 2
723     },
724
725     "yahoo_de": {
726       "name": "Yahoo! Deutschland",
727       "keyword": "de.yahoo.com",
728       "favicon_url": "https://de.search.yahoo.com/favicon.ico",
729       "search_url": "https://de.search.yahoo.com/search?ei={inputEncoding}&fr=crmas&p={searchTerms}",
730       "suggest_url": "https://de.search.yahoo.com/sugg/chrome?output=fxjson&appid=crmas&command={searchTerms}",
731       "type": "SEARCH_ENGINE_YAHOO",
732       "id": 2
733     },
734
735     // For regional Yahoo variants without a region-specific suggestion service,
736     // suggestion is disabled. For some of them, we might consider using one of
737     // the other language/country URLs as a fallback.
738     "yahoo_dk": {
739       "name": "Yahoo! Danmark",
740       "keyword": "dk.yahoo.com",
741       "favicon_url": "https://dk.search.yahoo.com/favicon.ico",
742       "search_url": "https://dk.search.yahoo.com/search?ei={inputEncoding}&fr=crmas&p={searchTerms}",
743       "type": "SEARCH_ENGINE_YAHOO",
744       "id": 2
745     },
746
747     "yahoo_es": {
748       "name": "Yahoo! Espa\u00f1a",
749       "keyword": "es.yahoo.com",
750       "favicon_url": "https://es.search.yahoo.com/favicon.ico",
751       "search_url": "https://es.search.yahoo.com/search?ei={inputEncoding}&fr=crmas&p={searchTerms}",
752       "suggest_url": "https://es.search.yahoo.com/sugg/chrome?output=fxjson&appid=crmas&command={searchTerms}",
753       "type": "SEARCH_ENGINE_YAHOO",
754       "id": 2
755     },
756
757     "yahoo_fi": {
758       "name": "Yahoo! Suomi",
759       "keyword": "fi.yahoo.com",
760       "favicon_url": "https://fi.search.yahoo.com/favicon.ico",
761       "search_url": "https://fi.search.yahoo.com/search?ei={inputEncoding}&fr=crmas&p={searchTerms}",
762       "type": "SEARCH_ENGINE_YAHOO",
763       "id": 2
764     },
765
766     "yahoo_fr": {
767       "name": "Yahoo! France",
768       "keyword": "fr.yahoo.com",
769       "favicon_url": "https://fr.search.yahoo.com/favicon.ico",
770       "search_url": "https://fr.search.yahoo.com/search?ei={inputEncoding}&fr=crmas&p={searchTerms}",
771       "suggest_url": "https://fr.search.yahoo.com/sugg/chrome?output=fxjson&appid=crmas&command={searchTerms}",
772       "type": "SEARCH_ENGINE_YAHOO",
773       "id": 5  // Can't be 2 as this has to appear in the Belgium list alongside
774                // yahoo.
775     },
776
777     "yahoo_gr": {
778       "name": "Yahoo! \u0395\u03bb\u03bb\u03ac\u03b4\u03b1\u03c2",
779       "keyword": "gr.yahoo.com",
780       "favicon_url": "https://gr.search.yahoo.com/favicon.ico",
781       "search_url": "https://gr.search.yahoo.com/search?ei={inputEncoding}&fr=crmas&p={searchTerms}",
782       "type": "SEARCH_ENGINE_YAHOO",
783       "id": 2
784     },
785
786     "yahoo_hk": {
787       "name": "Yahoo! Hong Kong",
788       "keyword": "hk.yahoo.com",
789       "favicon_url": "https://hk.search.yahoo.com/favicon.ico",
790       "search_url": "https://hk.search.yahoo.com/search?ei={inputEncoding}&fr=crmas&p={searchTerms}",
791       "suggest_url": "https://hk.search.yahoo.com/sugg/chrome?output=fxjson&appid=crmas&command={searchTerms}",
792       "type": "SEARCH_ENGINE_YAHOO",
793       "id": 2
794     },
795
796     "yahoo_id": {
797       "name": "Yahoo! Indonesia",
798       "keyword": "id.yahoo.com",
799       "favicon_url": "https://id.search.yahoo.com/favicon.ico",
800       "search_url": "https://id.search.yahoo.com/search?ei={inputEncoding}&fr=crmas&p={searchTerms}",
801       "suggest_url": "https://id.search.yahoo.com/sugg/chrome?output=fxjson&appid=crmas&command={searchTerms}",
802       "type": "SEARCH_ENGINE_YAHOO",
803       "id": 2
804     },
805
806     "yahoo_in": {
807       "name": "Yahoo! India",
808       "keyword": "in.yahoo.com",
809       "favicon_url": "https://in.search.yahoo.com/favicon.ico",
810       "search_url": "https://in.search.yahoo.com/search?ei={inputEncoding}&fr=crmas&p={searchTerms}",
811       "suggest_url": "https://in.search.yahoo.com/sugg/chrome?output=fxjson&appid=crmas&command={searchTerms}",
812       "type": "SEARCH_ENGINE_YAHOO",
813       "id": 2
814     },
815
816     "yahoo_jp": {
817       "name": "Yahoo! JAPAN",
818       "keyword": "yahoo.co.jp",
819       "favicon_url": "http://search.yahoo.co.jp/favicon.ico",
820       "search_url": "http://search.yahoo.co.jp/search?ei={inputEncoding}&fr=crmas&p={searchTerms}",
821       "suggest_url": "http://search.yahooapis.jp/AssistSearchService/V2/webassistSearch?p={searchTerms}&appid=oQsoxcyxg66enp0TYoirkKoryq6rF8bK76mW0KYxZ0v0WPLtn.Lix6wy8F_LwGWHUII-&output=fxjson&fr=crmas",
822       "type": "SEARCH_ENGINE_YAHOO",
823       "id": 2
824     },
825
826     "yahoo_maktoob": {
827       "name": "Yahoo!\u200e \u0645\u0643\u062a\u0648\u0628",
828       "keyword": "maktoob.yahoo.com",
829       "favicon_url": "https://maktoob.search.yahoo.com/favicon.ico",
830       "search_url": "https://maktoob.search.yahoo.com/search?ei={inputEncoding}&fr=crmas&p={searchTerms}",
831       "type": "SEARCH_ENGINE_YAHOO",
832       "id": 2
833     },
834
835     "yahoo_mx": {
836       "name": "Yahoo! M\u00e9xico",
837       "keyword": "mx.yahoo.com",
838       "favicon_url": "https://mx.search.yahoo.com/favicon.ico",
839       "search_url": "https://mx.search.yahoo.com/search?ei={inputEncoding}&fr=crmas&p={searchTerms}",
840       "suggest_url": "https://mx.search.yahoo.com/sugg/chrome?output=fxjson&appid=crmas&command={searchTerms}",
841       "type": "SEARCH_ENGINE_YAHOO",
842       "id": 2
843     },
844
845     "yahoo_my": {
846       "name": "Yahoo! Malaysia",
847       "keyword": "malaysia.yahoo.com",
848       "favicon_url": "https://malaysia.search.yahoo.com/favicon.ico",
849       "search_url": "https://malaysia.search.yahoo.com/search?ei={inputEncoding}&fr=crmas&p={searchTerms}",
850       "suggest_url": "https://malaysia.search.yahoo.com/sugg/chrome?output=fxjson&appid=crmas&command={searchTerms}",
851       "type": "SEARCH_ENGINE_YAHOO",
852       "id": 2
853     },
854
855     "yahoo_nl": {
856       "name": "Yahoo! Nederland",
857       "keyword": "nl.yahoo.com",
858       "favicon_url": "https://nl.search.yahoo.com/favicon.ico",
859       "search_url": "https://nl.search.yahoo.com/search?ei={inputEncoding}&fr=crmas&p={searchTerms}",
860       "suggest_url": "https://nl.search.yahoo.com/sugg/chrome?output=fxjson&appid=crmas&command={searchTerms}",
861       "type": "SEARCH_ENGINE_YAHOO",
862       "id": 2
863     },
864
865     "yahoo_nz": {
866       "name": "Yahoo! New Zealand",
867       "keyword": "nz.yahoo.com",
868       "favicon_url": "https://nz.search.yahoo.com/favicon.ico",
869       "search_url": "https://nz.search.yahoo.com/search?ei={inputEncoding}&fr=crmas&p={searchTerms}",
870       "suggest_url": "https://nz.search.yahoo.com/sugg/chrome?output=fxjson&appid=crmas&command={searchTerms}",
871       "type": "SEARCH_ENGINE_YAHOO",
872       "id": 2
873     },
874
875     "yahoo_pe": {
876       "name": "Yahoo! Per\u00fa",
877       "keyword": "pe.yahoo.com",
878       "favicon_url": "https://pe.search.yahoo.com/favicon.ico",
879       "search_url": "https://pe.search.yahoo.com/search?ei={inputEncoding}&fr=crmas&p={searchTerms}",
880       "suggest_url": "https://pe.search.yahoo.com/sugg/chrome?output=fxjson&appid=crmas&command={searchTerms}",
881       "type": "SEARCH_ENGINE_YAHOO",
882       "id": 2
883     },
884
885     "yahoo_ph": {
886       "name": "Yahoo! Philippines",
887       "keyword": "ph.yahoo.com",
888       "favicon_url": "https://ph.search.yahoo.com/favicon.ico",
889       "search_url": "https://ph.search.yahoo.com/search?ei={inputEncoding}&fr=crmas&p={searchTerms}",
890       "suggest_url": "https://ph.search.yahoo.com/sugg/chrome?output=fxjson&appid=crmas&command={searchTerms}",
891       "type": "SEARCH_ENGINE_YAHOO",
892       "id": 2
893     },
894
895     "yahoo_qc": {
896       "name": "Yahoo! Qu\u00e9bec",
897       "keyword": "qc.yahoo.com",
898       "favicon_url": "https://qc.search.yahoo.com/favicon.ico",
899       "search_url": "https://qc.search.yahoo.com/search?ei={inputEncoding}&fr=crmas&p={searchTerms}",
900       "suggest_url": "https://qc.search.yahoo.com/sugg/chrome?output=fxjson&appid=crmas&command={searchTerms}",
901       "type": "SEARCH_ENGINE_YAHOO",
902       "id": 5  // Can't be 2 as this has to appear in the Canada list alongside
903                // yahoo_ca.
904     },
905
906     "yahoo_ro": {
907       "name": "Yahoo! Rom\u00e2nia",
908       "keyword": "ro.yahoo.com",
909       "favicon_url": "https://ro.search.yahoo.com/favicon.ico",
910       "search_url": "https://ro.search.yahoo.com/search?ei={inputEncoding}&fr=crmas&p={searchTerms}",
911       "type": "SEARCH_ENGINE_YAHOO",
912       "id": 2
913     },
914
915     "yahoo_ru": {
916       "name": "Yahoo! \u043f\u043e-\u0440\u0443\u0441\u0441\u043a\u0438",
917       "keyword": "ru.yahoo.com",
918       "favicon_url": "https://ru.search.yahoo.com/favicon.ico",
919       "search_url": "https://ru.search.yahoo.com/search?ei={inputEncoding}&fr=crmas&p={searchTerms}",
920       "type": "SEARCH_ENGINE_YAHOO",
921       "id": 2
922     },
923
924     "yahoo_se": {
925       "name": "Yahoo! Sverige",
926       "keyword": "se.yahoo.com",
927       "favicon_url": "https://se.search.yahoo.com/favicon.ico",
928       "search_url": "https://se.search.yahoo.com/search?ei={inputEncoding}&fr=crmas&p={searchTerms}",
929       "type": "SEARCH_ENGINE_YAHOO",
930       "id": 2
931     },
932
933     "yahoo_sg": {
934       "name": "Yahoo! Singapore",
935       "keyword": "sg.yahoo.com",
936       "favicon_url": "https://sg.search.yahoo.com/favicon.ico",
937       "search_url": "https://sg.search.yahoo.com/search?ei={inputEncoding}&fr=crmas&p={searchTerms}",
938       "suggest_url": "https://sg.search.yahoo.com/sugg/chrome?output=fxjson&appid=crmas&command={searchTerms}",
939       "type": "SEARCH_ENGINE_YAHOO",
940       "id": 2
941     },
942
943     "yahoo_th": {
944       "name": "Yahoo! \u0e1b\u0e23\u0e30\u0e40\u0e17\u0e28\u0e44\u0e17\u0e22",
945       "keyword": "th.yahoo.com",
946       "favicon_url": "https://th.search.yahoo.com/favicon.ico",
947       "search_url": "https://th.search.yahoo.com/search?ei={inputEncoding}&fr=crmas&p={searchTerms}",
948       "suggest_url": "https://th.search.yahoo.com/sugg/chrome?output=fxjson&appid=crmas&command={searchTerms}",
949       "type": "SEARCH_ENGINE_YAHOO",
950       "id": 2
951     },
952
953     "yahoo_tr": {
954       "name": "Yahoo! T\u00fcrkiye",
955       "keyword": "tr.yahoo.com",
956       "favicon_url": "https://tr.search.yahoo.com/favicon.ico",
957       "search_url": "https://tr.search.yahoo.com/search?ei={inputEncoding}&fr=crmas&p={searchTerms}",
958       "type": "SEARCH_ENGINE_YAHOO",
959       "id": 2
960     },
961
962     "yahoo_tw": {
963       "name": "Yahoo!\u5947\u6469",
964       "keyword": "tw.yahoo.com",
965       "favicon_url": "https://tw.search.yahoo.com/favicon.ico",
966       "search_url": "https://tw.search.yahoo.com/search?ei={inputEncoding}&fr=crmas&p={searchTerms}",
967       "suggest_url": "https://tw.search.yahoo.com/sugg/chrome?output=fxjson&appid=crmas&command={searchTerms}",
968       "type": "SEARCH_ENGINE_YAHOO",
969       "id": 2
970     },
971
972     "yahoo_uk": {
973       "name": "Yahoo! UK & Ireland",
974       "keyword": "uk.yahoo.com",
975       "favicon_url": "https://uk.search.yahoo.com/favicon.ico",
976       "search_url": "https://uk.search.yahoo.com/search?ei={inputEncoding}&fr=crmas&p={searchTerms}",
977       "suggest_url": "https://uk.search.yahoo.com/sugg/chrome?output=fxjson&appid=crmas&command={searchTerms}",
978       "type": "SEARCH_ENGINE_YAHOO",
979       "id": 2
980     },
981
982     "yahoo_ve": {
983       "name": "Yahoo! Venezuela",
984       "keyword": "ve.yahoo.com",
985       "favicon_url": "https://ve.search.yahoo.com/favicon.ico",
986       "search_url": "https://ve.search.yahoo.com/search?ei={inputEncoding}&fr=crmas&p={searchTerms}",
987       "suggest_url": "https://ve.search.yahoo.com/sugg/chrome?output=fxjson&appid=crmas&command={searchTerms}",
988       "type": "SEARCH_ENGINE_YAHOO",
989       "id": 2
990     },
991
992     "yahoo_vn": {
993       "name": "Yahoo! Vi\u1ec7t Nam",
994       "keyword": "vn.yahoo.com",
995       "favicon_url": "https://vn.search.yahoo.com/favicon.ico",
996       "search_url": "https://vn.search.yahoo.com/search?ei={inputEncoding}&fr=crmas&p={searchTerms}",
997       "suggest_url": "https://vn.search.yahoo.com/sugg/chrome?output=fxjson&appid=crmas&command={searchTerms}",
998       "type": "SEARCH_ENGINE_YAHOO",
999       "id": 2
1000     },
1001
1002     "yandex_ru": {
1003       "name": "\u042f\u043d\u0434\u0435\u043a\u0441",
1004       "keyword": "yandex.ru",
1005       "favicon_url": "http://yandex.st/lego/_/pDu9OWAQKB0s2J9IojKpiS_Eho.ico",
1006       "search_url": "http://yandex.ru/yandsearch?text={searchTerms}",
1007       "suggest_url": "http://suggest.yandex.net/suggest-ff.cgi?part={searchTerms}",
1008       "type": "SEARCH_ENGINE_YANDEX",
1009       "id": 15
1010     },
1011
1012     "yandex_tr": {
1013       "name": "Yandex",
1014       "keyword": "yandex.com.tr",
1015       "favicon_url": "http://yastatic.net/islands-icons/_/6jyHGXR8-HAc8oJ1bU8qMUQQz_g.ico",
1016       "search_url": "http://www.yandex.com.tr/yandsearch?text={searchTerms}",
1017       "suggest_url": "http://suggest.yandex.com.tr/suggest-ff.cgi?part={searchTerms}",
1018       "type": "SEARCH_ENGINE_YANDEX",
1019       "id": 15
1020     },
1021
1022     "yandex_ua": {
1023       "name": "\u042f\u043d\u0434\u0435\u043a\u0441",
1024       "keyword": "yandex.ua",
1025       "favicon_url": "http://yastatic.net/islands-icons/_/aKnllxm-gQhidpzbZqub7qe641g.ico",
1026       "search_url": "http://yandex.ua/yandsearch?text={searchTerms}",
1027       "suggest_url": "http://suggest.yandex.ua/suggest-ff.cgi?part={searchTerms}",
1028       "type": "SEARCH_ENGINE_YANDEX",
1029       "id": 15
1030     },
1031
1032
1033     // UMA-only engines ////////////////////////////////////////////////////////
1034
1035     // The following engines are not included in any of the country lists. They
1036     // are listed in |kAllEngines|, however, so that GetEngineType can find them
1037     // for UMA reporting purposes.
1038
1039     "atlas_cz": {
1040       "name": "Atlas.cz",
1041       "keyword": "atlas.cz",
1042       "favicon_url": "http://searchatlas.centrum.cz/favicon.ico",
1043       "search_url": "http://searchatlas.centrum.cz/?q={searchTerms}",
1044       "suggest_url": "http://radce.centrum.cz/?q={searchTerms}&of=1",
1045       "type": "SEARCH_ENGINE_ATLAS",
1046       "id": 27
1047     },
1048
1049     "atlas_sk": {
1050       "name": "ATLAS.SK",
1051       "keyword": "atlas.sk",
1052       "favicon_url": "http://static.mediacentrum.sk/katalog/atlas.sk/images/favicon.ico",
1053       "search_url": "http://hladaj.atlas.sk/fulltext/?phrase={searchTerms}",
1054       "id": 27
1055     },
1056
1057     "avg": {
1058       "name": "AVG",
1059       "keyword": "search.avg.com",
1060       "favicon_url": "http://search.avg.com/favicon.ico",
1061       "search_url": "http://search.avg.com/search?q={searchTerms}",
1062       "alternate_urls": [
1063         "http://isearch.avg.com/search?q={searchTerms}",
1064         "http://search.avg.com/route/?q={searchTerms}&lng={language}"
1065       ],
1066       "type": "SEARCH_ENGINE_AVG",
1067       "id": 50
1068     },
1069
1070     "babylon": {
1071       "name": "Babylon",
1072       "keyword": "search.babylon.com",
1073       "favicon_url": "http://search.babylon.com/favicon.ico",
1074       "search_url": "http://search.babylon.com/home?q={searchTerms}",
1075       "alternate_urls": [
1076         "http://search.babylon.com/?q={searchTerms}"
1077       ],
1078       "type": "SEARCH_ENGINE_BABYLON",
1079       "id": 64
1080     },
1081
1082     "conduit": {
1083       "name": "Conduit",
1084       "keyword": "conduit.com",
1085       "favicon_url": "http://www.conduit.com/favicon.ico",
1086       "search_url": "http://www.conduit.com/search?q={searchTerms}&ie={inputEncoding}&cx=010301873083402539744%3Anxaq5wgrtuo&cof=forid%3A11",
1087       "alternate_urls": [
1088         "http://search.conduit.com/Results.aspx?q={searchTerms}"
1089       ],
1090       "type": "SEARCH_ENGINE_CONDUIT",
1091       "id": 36
1092     },
1093
1094     "delfi_lt": {
1095       "name": "DELFI",
1096       "keyword": "delfi.lt",
1097       "favicon_url": "http://www.delfi.lt/favicon.ico",
1098       "search_url": "http://www.delfi.lt/paieska/?q={searchTerms}",
1099       "type": "SEARCH_ENGINE_DELFI",
1100       "id": 45
1101     },
1102
1103     "delfi_lv": {
1104       "name": "DELFI",
1105       "keyword": "delfi.lv",
1106       "favicon_url": "http://g1.delphi.lv/favicon.ico",
1107       "search_url": "http://www.delfi.lv/search_all/?ie={inputEncoding}&q={searchTerms}&lang={language}&cx=partner-pub-7754285690273419%3A1507605038&cof=FORID%3A10",
1108       "type": "SEARCH_ENGINE_DELFI",
1109       "id": 45
1110     },
1111
1112     "delta": {
1113       "name": "Delta",
1114       "keyword": "delta-search.com",
1115       "favicon_url": "http://www.delta-search.com/favicon.ico",
1116       "search_url": "http://www.delta-search.com/home?q={searchTerms}",
1117       "alternate_urls": [
1118         "http://www.delta-search.com/?q={searchTerms}",
1119         "http://www1.delta-search.com/home?q={searchTerms}",
1120         "http://www1.delta-search.com/?q={searchTerms}",
1121         "http://www2.delta-search.com/home?q={searchTerms}",
1122         "http://www2.delta-search.com/?q={searchTerms}",
1123         "http://www.search.delta-search.com/home?q={searchTerms}",
1124         "http://www.search.delta-search.com/?q={searchTerms}",
1125         "http://www.yhs.delta-search.com/home?q={searchTerms}",
1126         "http://www.yhs.delta-search.com/?q={searchTerms}",
1127         "http://mixidj.delta-search.com/home?q={searchTerms}",
1128         "http://mixidj.delta-search.com/?q={searchTerms}",
1129         "http://www.search.delta-search.com/home?q={searchTerms}",
1130         "http://www.search.delta-search.com/?q={searchTerms}"
1131       ],
1132       "type": "SEARCH_ENGINE_DELTA",
1133       "id": 66
1134     },
1135
1136     "funmoods": {
1137       "name": "Funmoods",
1138       "keyword": "searchfunmoods.com",
1139       "favicon_url": "http://searchfunmoods.com/favicon.ico",
1140       "search_url": "http://searchfunmoods.com/results.php?q={searchTerms}",
1141       "type": "SEARCH_ENGINE_FUNMOODS",
1142       "id": 60
1143     },
1144
1145     "goo": {
1146       "name": "goo",
1147       "keyword": "search.goo.ne.jp",
1148       "favicon_url": "http://goo.ne.jp/favicon.ico",
1149       "search_url": "http://search.goo.ne.jp/web.jsp?MT={searchTerms}&IE={inputEncoding}",
1150       "suggest_url": "http://search.goo.ne.jp/sgt.jsp?MT={searchTerms}&CL=plugin&FM=json&IE={inputEncoding}",
1151       "encoding": "EUC-JP",
1152       "type": "SEARCH_ENGINE_GOO",
1153       "id": 23
1154     },
1155
1156     "imesh": {
1157       "name": "IMesh",
1158       "keyword": "search.imesh.net",
1159       "favicon_url": "http://search.imesh.net/favicon.ico",
1160       "search_url": "http://search.imesh.net/music?hl={language}&si={searchTerms}",
1161       "type": "SEARCH_ENGINE_IMESH",
1162       "id": 81
1163     },
1164
1165     "iminent": {
1166       "name": "SearchTheWeb",
1167       "keyword": "iminent.com",
1168       "favicon_url": "http://search.iminent.com/Shared/Images/favicon_gl.ico",
1169       "search_url": "http://search.iminent.com/?q={searchTerms}",
1170       "alternate_urls": [
1171         "http://search.iminent.com/SearchTheWeb/v6/1033/homepage/Default.aspx#q={searchTerms}",
1172         "http://search.iminent.com/SearchTheWeb/v6/1033/homepage/Result.aspx#q={searchTerms}",
1173         "http://start.iminent.com/?q={searchTerms}",
1174         "http://start.iminent.com/StartWeb/1033/homepage/#q={searchTerms}"
1175       ],
1176       "type": "SEARCH_ENGINE_IMINENT",
1177       "id": 79
1178     },
1179
1180     "in": {
1181       "name": "in.gr",
1182       "keyword": "in.gr",
1183       "favicon_url": "http://find.in.gr/Themes/1/Default/Media/Layout/icon_in.png",
1184       "search_url": "http://find.in.gr/?q={searchTerms}&ie={inputEncoding}&cx=partner-pub-3451081775397713%3Aklnvxp4nycj&cof=FORID%3A9",
1185       "type": "SEARCH_ENGINE_IN",
1186       "id": 54
1187     },
1188
1189     "incredibar": {
1190       "name": "MyStart",
1191       "keyword": "mystart.incredibar.com",
1192       "favicon_url": "http://search.incredibar.com/favicon.ico",
1193       "search_url": "http://search.incredibar.com/search.php?q={searchTerms}",
1194       "alternate_urls": [
1195         "http://search.incredibar.com/?q={searchTerms}",
1196         "http://mystart.incredibar.com/?search={searchTerms}"
1197       ],
1198       "type": "SEARCH_ENGINE_INCREDIBAR",
1199       "id": 74
1200     },
1201
1202     "libero": {
1203       "name": "Libero",
1204       "keyword": "libero.it",
1205       "favicon_url": "http://ms1.iol.it/graph_hf/v.8.3.04/themes/default/img/favicon.ico",
1206       "search_url": "http://arianna.libero.it/search/abin/integrata.cgi?query={searchTerms}",
1207       "encoding": "ISO-8859-1",
1208       "type": "SEARCH_ENGINE_LIBERO",
1209       "id": 63
1210     },
1211
1212     "neti": {
1213       "name": "NETI",
1214       "keyword": "neti.ee",
1215       "favicon_url": "http://www.neti.ee/favicon.ico",
1216       "search_url": "http://www.neti.ee/cgi-bin/otsing?query={searchTerms}",
1217       "suggest_url": "http://www.neti.ee/api/suggestOS?suggestQuery={searchTerms}",
1218       "encoding": "ISO-8859-1",
1219       "type": "SEARCH_ENGINE_NETI",
1220       "id": 44
1221     },
1222
1223     "nigma": {
1224       "name": "\u041d\u0438\u0433\u043c\u0430",
1225       "keyword": "nigma.ru",
1226       "favicon_url": "http://nigma.ru/themes/nigma/img/favicon.ico",
1227       "search_url": "http://nigma.ru/?s={searchTerms}",
1228       "suggest_url": "http://autocomplete.nigma.ru/complete/query_help.php?suggest=true&q={searchTerms}",
1229       "type": "SEARCH_ENGINE_NIGMA",
1230       "id": 43
1231     },
1232
1233     "ok": {
1234       "name": "OK.hu",
1235       "keyword": "ok.hu",
1236       "favicon_url": "http://ok.hu/gfx/favicon.ico",
1237       "search_url": "http://ok.hu/katalogus?q={searchTerms}",
1238       "encoding": "ISO-8859-2",
1239       "type": "SEARCH_ENGINE_OK",
1240       "id": 6
1241     },
1242
1243     "rambler": {
1244       "name": "\u0420\u0430\u043c\u0431\u043b\u0435\u0440",
1245       "keyword": "rambler.ru",
1246       "favicon_url": "http://nova.rambler.ru/static/blocks/images/favicon.ico",
1247       "search_url": "http://nova.rambler.ru/search?query={searchTerms}",
1248       "suggest_url": "http://nova.rambler.ru/suggest?v=3&query={searchTerms}",
1249       "type": "SEARCH_ENGINE_RAMBLER",
1250       "id": 16
1251     },
1252
1253     "sapo": {
1254       "name": "SAPO",
1255       "keyword": "sapo.pt",
1256       "favicon_url": "http://imgs.sapo.pt/images/sapo.ico",
1257       "search_url": "http://pesquisa.sapo.pt/?q={searchTerms}",
1258       "suggest_url": "http://pesquisa.sapo.pt/livesapo?q={searchTerms}",
1259       "type": "SEARCH_ENGINE_SAPO",
1260       "id": 77
1261     },
1262
1263     "searchnu": {
1264       "name": "searchnu",
1265       "keyword": "searchnu.com",
1266       "favicon_url": "http://www.searchnu.com/favicon.ico",
1267       "search_url": "http://www.searchnu.com/web?hl={language}&si={searchTerms}",
1268       "type": "SEARCH_ENGINE_SEARCHNU",
1269       "id": 61
1270     },
1271
1272     "search_results": {
1273       "name": "Search-results",
1274       "keyword": "search-results.com",
1275       "favicon_url": "http://ak.apnstatic.com/media/images/favicon_search-results.ico",
1276       "search_url": "http://dts.search-results.com/sr?lng={language}&src=hmp&q={searchTerms}",
1277       "alternate_urls": [
1278         "http://www.search-results.com/web?q={searchTerms}"
1279       ],
1280       "type": "SEARCH_ENGINE_SEARCH_RESULTS",
1281       "id": 78
1282     },
1283
1284     "snapdo": {
1285       "name": "SnapDo",
1286       "keyword": "search.snapdo.com",
1287       "favicon_url": "http://linkurystoragenorthus.blob.core.windows.net/static/favicon.ico",
1288       "search_url": "http://search.snapdo.com/?q={searchTerms}",
1289       "alternate_urls": [
1290         "http://search.snap.do/?q={searchTerms}",
1291         "http://feed.snapdo.com/?q={searchTerms}",
1292         "http://feed.snap.do/?q={searchTerms}"
1293       ],
1294       "type": "SEARCH_ENGINE_SNAPDO",
1295       "id": 70
1296     },
1297
1298     "softonic": {
1299       "name": "softonic",
1300       "keyword": "search.softonic.com",
1301       "favicon_url": "http://search.softonic.com/img/favicon.ico",
1302       "search_url": "http://search.softonic.com/?q={searchTerms}",
1303       "alternate_urls": [
1304         "http://en.softonic.com/s/{searchTerms}",
1305         "http://www.softonic.com/s/{searchTerms}",
1306         "http://www.softonic.com.br/s/{searchTerms}",
1307         "http://buscador.softonic.com/?q={searchTerms}",
1308         "http://nl.softonic.com/s/{searchTerms}"
1309       ],
1310       "type": "SEARCH_ENGINE_SOFTONIC",
1311       "id": 80
1312     },
1313
1314     "sweetim": {
1315       "name": "SweetIM",
1316       "keyword": "home.sweetim.com",
1317       "favicon_url": "http://search.sweetim.com/favicon.ico",
1318       "search_url": "http://search.sweetim.com/search.asp?q={searchTerms}&ln={language}",
1319       "type": "SEARCH_ENGINE_SWEETPACKS",
1320       "id": 65
1321     },
1322
1323     "sweetpacks": {
1324       "name": "Sweetpacks",
1325       "keyword": "start.sweetpacks.com",
1326       "favicon_url": "http://start.sweetpacks.com/favicon.ico",
1327       "search_url": "http://start.sweetpacks.com/search.asp?q={searchTerms}&ln={language}",
1328       "alternate_urls": [
1329         "http://start.sweetpacks.com/?q={searchTerms}",
1330         "http://mysearch.sweetpacks.com/?q={searchTerms}"
1331       ],
1332       "type": "SEARCH_ENGINE_SWEETPACKS",
1333       "id": 65
1334     },
1335
1336     "terra_ar": {
1337       "name": "Terra Argentina",
1338       "keyword": "terra.com.ar",
1339       "favicon_url": "http://buscar.terra.com.ar/favicon.ico",
1340       "search_url": "http://buscar.terra.com.ar/Default.aspx?source=Search&ca=s&query={searchTerms}",
1341       "encoding": "ISO-8859-1",
1342       "type": "SEARCH_ENGINE_TERRA",
1343       "id": 90
1344     },
1345
1346     "terra_es": {
1347       "name": "Terra",
1348       "keyword": "terra.es",
1349       "favicon_url": "http://buscador.terra.es/favicon.ico",
1350       "search_url": "http://buscador.terra.es/Default.aspx?source=Search&ca=s&query={searchTerms}",
1351       "encoding": "ISO-8859-1",
1352       "type": "SEARCH_ENGINE_TERRA",
1353       "id": 90
1354     },
1355
1356     "tut": {
1357       "name": "TUT.BY",
1358       "keyword": "tut.by",
1359       "favicon_url": "http://search.tut.by/favicon.ico",
1360       "search_url": "http://search.tut.by/?ru=1&query={searchTerms}",
1361       "suggest_url": "http://suggest.yandex.ru/suggest-ff.cgi?part={searchTerms}&limit=10",
1362       "type": "SEARCH_ENGINE_TUT",
1363       "id": 17
1364     },
1365
1366     "walla": {
1367       "name": "\u05d5\u05d5\u05d0\u05dc\u05d4!",
1368       "keyword": "walla.co.il",
1369       "favicon_url": "http://www.walla.co.il/favicon.ico",
1370       "search_url": "http://search.walla.co.il/?q={searchTerms}",
1371       "type": "SEARCH_ENGINE_WALLA",
1372       "id": 55
1373     },
1374
1375     "wp": {
1376       "name": "Wirtualna Polska",
1377       "keyword": "wp.pl",
1378       "favicon_url": "http://i.wp.pl/a/i/stg/500/favicon.ico",
1379       "search_url": "http://szukaj.wp.pl/szukaj.html?q={searchTerms}",
1380       "type": "SEARCH_ENGINE_WP",
1381       "id": 76
1382     },
1383
1384     "zoznam": {
1385       "name": "Zoznam",
1386       "keyword": "zoznam.sk",
1387       "favicon_url": "http://www.zoznam.sk/favicon.ico",
1388       "search_url": "http://www.zoznam.sk/hladaj.fcgi?s={searchTerms}",
1389       "encoding": "windows-1250",
1390       "type": "SEARCH_ENGINE_ZOZNAM",
1391       "id": 85
1392     }
1393   }
1394 }