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.
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.
8 // Engine definitions. See prepopulated_engines_schema.json for the field
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,
16 // IDs > 1000 are reserved for distribution custom engines.
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.
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,
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
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.
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",
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",
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",
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",
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",
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",
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.
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",
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",
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",
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",
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",
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",
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",
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",
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",
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",
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",
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",
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",
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",
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",
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",
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",
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",
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",
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",
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",
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",
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",
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",
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",
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",
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",
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",
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",
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",
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",
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",
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",
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",
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",
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",
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",
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",
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}",
539 "{google:baseURL}#q={searchTerms}",
540 "{google:baseURL}search#q={searchTerms}",
541 "{google:baseURL}webhp#q={searchTerms}",
542 "{google:baseURL}s?q={searchTerms}"
544 "search_terms_replacement_key": "{google:instantExtendedEnabledKey}",
545 "type": "SEARCH_ENGINE_GOOGLE",
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",
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",
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",
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",
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",
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",
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",
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",
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",
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",
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",
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",
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",
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",
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",
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",
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",
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",
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",
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.
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",
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",
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",
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
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",
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",
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",
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",
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",
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",
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",
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",
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",
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",
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",
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",
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
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",
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",
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",
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",
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",
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",
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",
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",
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",
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",
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",
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",
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",
1033 // UMA-only engines ////////////////////////////////////////////////////////
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.
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",
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}",
1059 "keyword": "search.avg.com",
1060 "favicon_url": "http://search.avg.com/favicon.ico",
1061 "search_url": "http://search.avg.com/search?q={searchTerms}",
1063 "http://isearch.avg.com/search?q={searchTerms}",
1064 "http://search.avg.com/route/?q={searchTerms}&lng={language}"
1066 "type": "SEARCH_ENGINE_AVG",
1072 "keyword": "search.babylon.com",
1073 "favicon_url": "http://search.babylon.com/favicon.ico",
1074 "search_url": "http://search.babylon.com/home?q={searchTerms}",
1076 "http://search.babylon.com/?q={searchTerms}"
1078 "type": "SEARCH_ENGINE_BABYLON",
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",
1088 "http://search.conduit.com/Results.aspx?q={searchTerms}"
1090 "type": "SEARCH_ENGINE_CONDUIT",
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",
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",
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}",
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}"
1132 "type": "SEARCH_ENGINE_DELTA",
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",
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",
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",
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}",
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}"
1176 "type": "SEARCH_ENGINE_IMINENT",
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",
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}",
1195 "http://search.incredibar.com/?q={searchTerms}",
1196 "http://mystart.incredibar.com/?search={searchTerms}"
1198 "type": "SEARCH_ENGINE_INCREDIBAR",
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",
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",
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",
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",
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",
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",
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",
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}",
1278 "http://www.search-results.com/web?q={searchTerms}"
1280 "type": "SEARCH_ENGINE_SEARCH_RESULTS",
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}",
1290 "http://search.snap.do/?q={searchTerms}",
1291 "http://feed.snapdo.com/?q={searchTerms}",
1292 "http://feed.snap.do/?q={searchTerms}"
1294 "type": "SEARCH_ENGINE_SNAPDO",
1300 "keyword": "search.softonic.com",
1301 "favicon_url": "http://search.softonic.com/img/favicon.ico",
1302 "search_url": "http://search.softonic.com/?q={searchTerms}",
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}"
1310 "type": "SEARCH_ENGINE_SOFTONIC",
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",
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}",
1329 "http://start.sweetpacks.com/?q={searchTerms}",
1330 "http://mysearch.sweetpacks.com/?q={searchTerms}"
1332 "type": "SEARCH_ENGINE_SWEETPACKS",
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",
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",
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",
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",
1376 "name": "Wirtualna Polska",
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",
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",