Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1072)

Side by Side Diff: chrome/browser/search_engines/prepopulated_engines.json

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

Powered by Google App Engine
This is Rietveld 408576698