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": 78
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}"
543 "search_terms_replacement_key": "{google:instantExtendedEnabledKey}",
544 "type": "SEARCH_ENGINE_GOOGLE",
550 "keyword": "kvasir.no",
551 "favicon_url": "http://kvasir.no/grafikk/favicon.ico",
552 "search_url": "http://kvasir.no/alle?q={searchTerms}",
553 "type": "SEARCH_ENGINE_KVASIR",
559 "keyword": "mail.ru",
560 "favicon_url": "http://go.imgsmail.ru/favicon.ico",
561 "search_url": "http://go.mail.ru/search?q={searchTerms}",
562 "encoding": "windows-1251",
563 "suggest_url": "http://suggests.go.mail.ru/chrome?q={searchTerms}",
564 "type": "SEARCH_ENGINE_MAILRU",
570 "keyword": "najdi.si",
571 "favicon_url": "http://www.najdi.si/assets/PROD-1.4.10/ctx/images/favicon.ico",
572 "search_url": "http://www.najdi.si/search.jsp?q={searchTerms}",
573 "type": "SEARCH_ENGINE_NAJDI",
578 "name": "\ub124\uc774\ubc84",
579 "keyword": "naver.com",
580 "favicon_url": "http://sstatic.naver.net/search/favicon/favicon_140327.ico",
581 "search_url": "http://search.naver.com/search.naver?ie={inputEncoding}&query={searchTerms}",
582 "suggest_url": "http://ac.search.naver.com/nx/ac?of=os&ie={inputEncoding}&q={searchTerms}&oe={outputEncoding}",
583 "type": "SEARCH_ENGINE_NAVER",
589 "keyword": "onet.pl",
590 "favicon_url": "http://szukaj.onet.pl/favicon.ico",
591 "search_url": "http://szukaj.onet.pl/wyniki.html?qt={searchTerms}",
592 "type": "SEARCH_ENGINE_ONET",
598 "keyword": "seznam.cz",
599 "favicon_url": "http://search.seznam.cz/r/img/favicon.ico",
600 "search_url": "http://search.seznam.cz/?q={searchTerms}",
601 "suggest_url": "http://suggest.fulltext.seznam.cz/fulltext_ff?phrase={searchTerms}",
602 "type": "SEARCH_ENGINE_SEZNAM",
607 "name": "\u641c\u72d7",
608 "keyword": "sogou.com",
609 "favicon_url": "http://www.sogou.com/images/logo/old/favicon.ico",
610 "search_url": "http://www.sogou.com/web?ie={inputEncoding}&query={searchTerms}",
611 "type": "SEARCH_ENGINE_SOGOU",
617 "keyword": "vinden.nl",
618 "favicon_url": "http://www.vinden.nl/favicon.ico",
619 "search_url": "http://www.vinden.nl/?q={searchTerms}",
620 "type": "SEARCH_ENGINE_VINDEN",
626 "keyword": "virgilio.it",
627 "favicon_url": "http://ricerca.virgilio.it/common/favicon.ico",
628 "search_url": "http://ricerca.virgilio.it/ricerca?qs={searchTerms}",
629 "encoding": "ISO-8859-1",
630 "type": "SEARCH_ENGINE_VIRGILIO",
636 "keyword": "yahoo.com",
637 "favicon_url": "https://search.yahoo.com/favicon.ico",
638 "search_url": "https://search.yahoo.com/search?ei={inputEncoding}&fr=crmas&p={searchTerms}",
639 "suggest_url": "https://search.yahoo.com/sugg/chrome?output=fxjson&appid=crmas&command={searchTerms}",
640 "type": "SEARCH_ENGINE_YAHOO",
645 "name": "Yahoo! Argentina",
646 "keyword": "ar.yahoo.com",
647 "favicon_url": "https://ar.search.yahoo.com/favicon.ico",
648 "search_url": "https://ar.search.yahoo.com/search?ei={inputEncoding}&fr=crmas&p={searchTerms}",
649 "suggest_url": "https://ar.search.yahoo.com/sugg/chrome?output=fxjson&appid=crmas&command={searchTerms}",
650 "type": "SEARCH_ENGINE_YAHOO",
655 "name": "Yahoo! \u00d6sterreich",
656 "keyword": "at.yahoo.com",
657 "favicon_url": "https://at.search.yahoo.com/favicon.ico",
658 "search_url": "https://at.search.yahoo.com/search?ei={inputEncoding}&fr=crmas&p={searchTerms}",
659 "suggest_url": "https://at.search.yahoo.com/sugg/chrome?output=fxjson&appid=crmas&command={searchTerms}",
660 "type": "SEARCH_ENGINE_YAHOO",
666 "keyword": "au.yahoo.com",
667 "favicon_url": "https://au.search.yahoo.com/favicon.ico",
668 "search_url": "https://au.search.yahoo.com/search?ei={inputEncoding}&fr=crmas&p={searchTerms}",
669 "suggest_url": "https://au.search.yahoo.com/sugg/chrome?output=fxjson&appid=crmas&command={searchTerms}",
670 "type": "SEARCH_ENGINE_YAHOO",
675 "name": "Yahoo! Brasil",
676 "keyword": "br.yahoo.com",
677 "favicon_url": "https://br.search.yahoo.com/favicon.ico",
678 "search_url": "https://br.search.yahoo.com/search?ei={inputEncoding}&fr=crmas&p={searchTerms}",
679 "suggest_url": "https://br.search.yahoo.com/sugg/chrome?output=fxjson&appid=crmas&command={searchTerms}",
680 "type": "SEARCH_ENGINE_YAHOO",
685 "name": "Yahoo! Canada",
686 "keyword": "ca.yahoo.com",
687 "favicon_url": "https://ca.search.yahoo.com/favicon.ico",
688 "search_url": "https://ca.search.yahoo.com/search?ei={inputEncoding}&fr=crmas&p={searchTerms}",
689 "suggest_url": "https://ca.search.yahoo.com/sugg/chrome?output=fxjson&appid=crmas&command={searchTerms}",
690 "type": "SEARCH_ENGINE_YAHOO",
695 "name": "Yahoo! Schweiz",
696 "keyword": "ch.yahoo.com",
697 "favicon_url": "https://ch.search.yahoo.com/favicon.ico",
698 "search_url": "https://ch.search.yahoo.com/search?ei={inputEncoding}&fr=crmas&p={searchTerms}",
699 "suggest_url": "https://ch.search.yahoo.com/sugg/chrome?output=fxjson&appid=crmas&command={searchTerms}",
700 "type": "SEARCH_ENGINE_YAHOO",
705 "name": "Yahoo! Chile",
706 "keyword": "cl.yahoo.com",
707 "favicon_url": "https://cl.search.yahoo.com/favicon.ico",
708 "search_url": "https://cl.search.yahoo.com/search?ei={inputEncoding}&fr=crmas&p={searchTerms}",
709 "suggest_url": "https://cl.search.yahoo.com/sugg/chrome?output=fxjson&appid=crmas&command={searchTerms}",
710 "type": "SEARCH_ENGINE_YAHOO",
715 "name": "Yahoo! Colombia",
716 "keyword": "co.yahoo.com",
717 "favicon_url": "https://co.search.yahoo.com/favicon.ico",
718 "search_url": "https://co.search.yahoo.com/search?ei={inputEncoding}&fr=crmas&p={searchTerms}",
719 "suggest_url": "https://co.search.yahoo.com/sugg/chrome?output=fxjson&appid=crmas&command={searchTerms}",
720 "type": "SEARCH_ENGINE_YAHOO",
725 "name": "Yahoo! Deutschland",
726 "keyword": "de.yahoo.com",
727 "favicon_url": "https://de.search.yahoo.com/favicon.ico",
728 "search_url": "https://de.search.yahoo.com/search?ei={inputEncoding}&fr=crmas&p={searchTerms}",
729 "suggest_url": "https://de.search.yahoo.com/sugg/chrome?output=fxjson&appid=crmas&command={searchTerms}",
730 "type": "SEARCH_ENGINE_YAHOO",
734 // For regional Yahoo variants without a region-specific suggestion service,
735 // suggestion is disabled. For some of them, we might consider using one of
736 // the other language/country URLs as a fallback.
738 "name": "Yahoo! Danmark",
739 "keyword": "dk.yahoo.com",
740 "favicon_url": "https://dk.search.yahoo.com/favicon.ico",
741 "search_url": "https://dk.search.yahoo.com/search?ei={inputEncoding}&fr=crmas&p={searchTerms}",
742 "type": "SEARCH_ENGINE_YAHOO",
747 "name": "Yahoo! Espa\u00f1a",
748 "keyword": "es.yahoo.com",
749 "favicon_url": "https://es.search.yahoo.com/favicon.ico",
750 "search_url": "https://es.search.yahoo.com/search?ei={inputEncoding}&fr=crmas&p={searchTerms}",
751 "suggest_url": "https://es.search.yahoo.com/sugg/chrome?output=fxjson&appid=crmas&command={searchTerms}",
752 "type": "SEARCH_ENGINE_YAHOO",
757 "name": "Yahoo! Suomi",
758 "keyword": "fi.yahoo.com",
759 "favicon_url": "https://fi.search.yahoo.com/favicon.ico",
760 "search_url": "https://fi.search.yahoo.com/search?ei={inputEncoding}&fr=crmas&p={searchTerms}",
761 "type": "SEARCH_ENGINE_YAHOO",
766 "name": "Yahoo! France",
767 "keyword": "fr.yahoo.com",
768 "favicon_url": "https://fr.search.yahoo.com/favicon.ico",
769 "search_url": "https://fr.search.yahoo.com/search?ei={inputEncoding}&fr=crmas&p={searchTerms}",
770 "suggest_url": "https://fr.search.yahoo.com/sugg/chrome?output=fxjson&appid=crmas&command={searchTerms}",
771 "type": "SEARCH_ENGINE_YAHOO",
772 "id": 5 // Can't be 2 as this has to appear in the Belgium list alongside
777 "name": "Yahoo! \u0395\u03bb\u03bb\u03ac\u03b4\u03b1\u03c2",
778 "keyword": "gr.yahoo.com",
779 "favicon_url": "https://gr.search.yahoo.com/favicon.ico",
780 "search_url": "https://gr.search.yahoo.com/search?ei={inputEncoding}&fr=crmas&p={searchTerms}",
781 "type": "SEARCH_ENGINE_YAHOO",
786 "name": "Yahoo! Hong Kong",
787 "keyword": "hk.yahoo.com",
788 "favicon_url": "https://hk.search.yahoo.com/favicon.ico",
789 "search_url": "https://hk.search.yahoo.com/search?ei={inputEncoding}&fr=crmas&p={searchTerms}",
790 "suggest_url": "https://hk.search.yahoo.com/sugg/chrome?output=fxjson&appid=crmas&command={searchTerms}",
791 "type": "SEARCH_ENGINE_YAHOO",
796 "name": "Yahoo! Indonesia",
797 "keyword": "id.yahoo.com",
798 "favicon_url": "https://id.search.yahoo.com/favicon.ico",
799 "search_url": "https://id.search.yahoo.com/search?ei={inputEncoding}&fr=crmas&p={searchTerms}",
800 "suggest_url": "https://id.search.yahoo.com/sugg/chrome?output=fxjson&appid=crmas&command={searchTerms}",
801 "type": "SEARCH_ENGINE_YAHOO",
806 "name": "Yahoo! India",
807 "keyword": "in.yahoo.com",
808 "favicon_url": "https://in.search.yahoo.com/favicon.ico",
809 "search_url": "https://in.search.yahoo.com/search?ei={inputEncoding}&fr=crmas&p={searchTerms}",
810 "suggest_url": "https://in.search.yahoo.com/sugg/chrome?output=fxjson&appid=crmas&command={searchTerms}",
811 "type": "SEARCH_ENGINE_YAHOO",
816 "name": "Yahoo! JAPAN",
817 "keyword": "yahoo.co.jp",
818 "favicon_url": "http://search.yahoo.co.jp/favicon.ico",
819 "search_url": "http://search.yahoo.co.jp/search?ei={inputEncoding}&fr=crmas&p={searchTerms}",
820 "suggest_url": "http://search.yahooapis.jp/AssistSearchService/V2/webassistSearch?p={searchTerms}&appid=oQsoxcyxg66enp0TYoirkKoryq6rF8bK76mW0KYxZ0v0WPLtn.Lix6wy8F_LwGWHUII-&output=fxjson&fr=crmas",
821 "type": "SEARCH_ENGINE_YAHOO",
826 "name": "Yahoo!\u200e \u0645\u0643\u062a\u0648\u0628",
827 "keyword": "maktoob.yahoo.com",
828 "favicon_url": "https://maktoob.search.yahoo.com/favicon.ico",
829 "search_url": "https://maktoob.search.yahoo.com/search?ei={inputEncoding}&fr=crmas&p={searchTerms}",
830 "type": "SEARCH_ENGINE_YAHOO",
835 "name": "Yahoo! M\u00e9xico",
836 "keyword": "mx.yahoo.com",
837 "favicon_url": "https://mx.search.yahoo.com/favicon.ico",
838 "search_url": "https://mx.search.yahoo.com/search?ei={inputEncoding}&fr=crmas&p={searchTerms}",
839 "suggest_url": "https://mx.search.yahoo.com/sugg/chrome?output=fxjson&appid=crmas&command={searchTerms}",
840 "type": "SEARCH_ENGINE_YAHOO",
845 "name": "Yahoo! Malaysia",
846 "keyword": "malaysia.yahoo.com",
847 "favicon_url": "https://malaysia.search.yahoo.com/favicon.ico",
848 "search_url": "https://malaysia.search.yahoo.com/search?ei={inputEncoding}&fr=crmas&p={searchTerms}",
849 "suggest_url": "https://malaysia.search.yahoo.com/sugg/chrome?output=fxjson&appid=crmas&command={searchTerms}",
850 "type": "SEARCH_ENGINE_YAHOO",
855 "name": "Yahoo! Nederland",
856 "keyword": "nl.yahoo.com",
857 "favicon_url": "https://nl.search.yahoo.com/favicon.ico",
858 "search_url": "https://nl.search.yahoo.com/search?ei={inputEncoding}&fr=crmas&p={searchTerms}",
859 "suggest_url": "https://nl.search.yahoo.com/sugg/chrome?output=fxjson&appid=crmas&command={searchTerms}",
860 "type": "SEARCH_ENGINE_YAHOO",
865 "name": "Yahoo! New Zealand",
866 "keyword": "nz.yahoo.com",
867 "favicon_url": "https://nz.search.yahoo.com/favicon.ico",
868 "search_url": "https://nz.search.yahoo.com/search?ei={inputEncoding}&fr=crmas&p={searchTerms}",
869 "suggest_url": "https://nz.search.yahoo.com/sugg/chrome?output=fxjson&appid=crmas&command={searchTerms}",
870 "type": "SEARCH_ENGINE_YAHOO",
875 "name": "Yahoo! Per\u00fa",
876 "keyword": "pe.yahoo.com",
877 "favicon_url": "https://pe.search.yahoo.com/favicon.ico",
878 "search_url": "https://pe.search.yahoo.com/search?ei={inputEncoding}&fr=crmas&p={searchTerms}",
879 "suggest_url": "https://pe.search.yahoo.com/sugg/chrome?output=fxjson&appid=crmas&command={searchTerms}",
880 "type": "SEARCH_ENGINE_YAHOO",
885 "name": "Yahoo! Philippines",
886 "keyword": "ph.yahoo.com",
887 "favicon_url": "https://ph.search.yahoo.com/favicon.ico",
888 "search_url": "https://ph.search.yahoo.com/search?ei={inputEncoding}&fr=crmas&p={searchTerms}",
889 "suggest_url": "https://ph.search.yahoo.com/sugg/chrome?output=fxjson&appid=crmas&command={searchTerms}",
890 "type": "SEARCH_ENGINE_YAHOO",
895 "name": "Yahoo! Qu\u00e9bec",
896 "keyword": "qc.yahoo.com",
897 "favicon_url": "https://qc.search.yahoo.com/favicon.ico",
898 "search_url": "https://qc.search.yahoo.com/search?ei={inputEncoding}&fr=crmas&p={searchTerms}",
899 "suggest_url": "https://qc.search.yahoo.com/sugg/chrome?output=fxjson&appid=crmas&command={searchTerms}",
900 "type": "SEARCH_ENGINE_YAHOO",
901 "id": 5 // Can't be 2 as this has to appear in the Canada list alongside
906 "name": "Yahoo! Rom\u00e2nia",
907 "keyword": "ro.yahoo.com",
908 "favicon_url": "https://ro.search.yahoo.com/favicon.ico",
909 "search_url": "https://ro.search.yahoo.com/search?ei={inputEncoding}&fr=crmas&p={searchTerms}",
910 "type": "SEARCH_ENGINE_YAHOO",
915 "name": "Yahoo! \u043f\u043e-\u0440\u0443\u0441\u0441\u043a\u0438",
916 "keyword": "ru.yahoo.com",
917 "favicon_url": "https://ru.search.yahoo.com/favicon.ico",
918 "search_url": "https://ru.search.yahoo.com/search?ei={inputEncoding}&fr=crmas&p={searchTerms}",
919 "type": "SEARCH_ENGINE_YAHOO",
924 "name": "Yahoo! Sverige",
925 "keyword": "se.yahoo.com",
926 "favicon_url": "https://se.search.yahoo.com/favicon.ico",
927 "search_url": "https://se.search.yahoo.com/search?ei={inputEncoding}&fr=crmas&p={searchTerms}",
928 "type": "SEARCH_ENGINE_YAHOO",
933 "name": "Yahoo! Singapore",
934 "keyword": "sg.yahoo.com",
935 "favicon_url": "https://sg.search.yahoo.com/favicon.ico",
936 "search_url": "https://sg.search.yahoo.com/search?ei={inputEncoding}&fr=crmas&p={searchTerms}",
937 "suggest_url": "https://sg.search.yahoo.com/sugg/chrome?output=fxjson&appid=crmas&command={searchTerms}",
938 "type": "SEARCH_ENGINE_YAHOO",
943 "name": "Yahoo! \u0e1b\u0e23\u0e30\u0e40\u0e17\u0e28\u0e44\u0e17\u0e22",
944 "keyword": "th.yahoo.com",
945 "favicon_url": "https://th.search.yahoo.com/favicon.ico",
946 "search_url": "https://th.search.yahoo.com/search?ei={inputEncoding}&fr=crmas&p={searchTerms}",
947 "suggest_url": "https://th.search.yahoo.com/sugg/chrome?output=fxjson&appid=crmas&command={searchTerms}",
948 "type": "SEARCH_ENGINE_YAHOO",
953 "name": "Yahoo! T\u00fcrkiye",
954 "keyword": "tr.yahoo.com",
955 "favicon_url": "https://tr.search.yahoo.com/favicon.ico",
956 "search_url": "https://tr.search.yahoo.com/search?ei={inputEncoding}&fr=crmas&p={searchTerms}",
957 "type": "SEARCH_ENGINE_YAHOO",
962 "name": "Yahoo!\u5947\u6469",
963 "keyword": "tw.yahoo.com",
964 "favicon_url": "https://tw.search.yahoo.com/favicon.ico",
965 "search_url": "https://tw.search.yahoo.com/search?ei={inputEncoding}&fr=crmas&p={searchTerms}",
966 "suggest_url": "https://tw.search.yahoo.com/sugg/chrome?output=fxjson&appid=crmas&command={searchTerms}",
967 "type": "SEARCH_ENGINE_YAHOO",
972 "name": "Yahoo! UK & Ireland",
973 "keyword": "uk.yahoo.com",
974 "favicon_url": "https://uk.search.yahoo.com/favicon.ico",
975 "search_url": "https://uk.search.yahoo.com/search?ei={inputEncoding}&fr=crmas&p={searchTerms}",
976 "suggest_url": "https://uk.search.yahoo.com/sugg/chrome?output=fxjson&appid=crmas&command={searchTerms}",
977 "type": "SEARCH_ENGINE_YAHOO",
982 "name": "Yahoo! Venezuela",
983 "keyword": "ve.yahoo.com",
984 "favicon_url": "https://ve.search.yahoo.com/favicon.ico",
985 "search_url": "https://ve.search.yahoo.com/search?ei={inputEncoding}&fr=crmas&p={searchTerms}",
986 "suggest_url": "https://ve.search.yahoo.com/sugg/chrome?output=fxjson&appid=crmas&command={searchTerms}",
987 "type": "SEARCH_ENGINE_YAHOO",
992 "name": "Yahoo! Vi\u1ec7t Nam",
993 "keyword": "vn.yahoo.com",
994 "favicon_url": "https://vn.search.yahoo.com/favicon.ico",
995 "search_url": "https://vn.search.yahoo.com/search?ei={inputEncoding}&fr=crmas&p={searchTerms}",
996 "suggest_url": "https://vn.search.yahoo.com/sugg/chrome?output=fxjson&appid=crmas&command={searchTerms}",
997 "type": "SEARCH_ENGINE_YAHOO",
1002 "name": "\u042f\u043d\u0434\u0435\u043a\u0441",
1003 "keyword": "yandex.ru",
1004 "favicon_url": "http://yandex.st/lego/_/pDu9OWAQKB0s2J9IojKpiS_Eho.ico",
1005 "search_url": "http://yandex.ru/yandsearch?text={searchTerms}",
1006 "suggest_url": "http://suggest.yandex.net/suggest-ff.cgi?part={searchTerms}",
1007 "type": "SEARCH_ENGINE_YANDEX",
1013 "keyword": "yandex.com.tr",
1014 "favicon_url": "http://yastatic.net/islands-icons/_/6jyHGXR8-HAc8oJ1bU8qMUQQz_g.ico",
1015 "search_url": "http://www.yandex.com.tr/yandsearch?text={searchTerms}",
1016 "suggest_url": "http://suggest.yandex.com.tr/suggest-ff.cgi?part={searchTerms}",
1017 "type": "SEARCH_ENGINE_YANDEX",
1022 "name": "\u042f\u043d\u0434\u0435\u043a\u0441",
1023 "keyword": "yandex.ua",
1024 "favicon_url": "http://yastatic.net/islands-icons/_/aKnllxm-gQhidpzbZqub7qe641g.ico",
1025 "search_url": "http://yandex.ua/yandsearch?text={searchTerms}",
1026 "suggest_url": "http://suggest.yandex.ua/suggest-ff.cgi?part={searchTerms}",
1027 "type": "SEARCH_ENGINE_YANDEX",
1032 // UMA-only engines ////////////////////////////////////////////////////////
1034 // The following engines are not included in any of the country lists. They
1035 // are listed in |kAllEngines|, however, so that GetEngineType can find them
1036 // for UMA reporting purposes.
1040 "keyword": "atlas.cz",
1041 "favicon_url": "http://searchatlas.centrum.cz/favicon.ico",
1042 "search_url": "http://searchatlas.centrum.cz/?q={searchTerms}",
1043 "suggest_url": "http://radce.centrum.cz/?q={searchTerms}&of=1",
1044 "type": "SEARCH_ENGINE_ATLAS",
1050 "keyword": "atlas.sk",
1051 "favicon_url": "http://static.mediacentrum.sk/katalog/atlas.sk/images/favicon.ico",
1052 "search_url": "http://hladaj.atlas.sk/fulltext/?phrase={searchTerms}",
1058 "keyword": "search.avg.com",
1059 "favicon_url": "http://search.avg.com/favicon.ico",
1060 "search_url": "http://search.avg.com/search?q={searchTerms}",
1062 "http://isearch.avg.com/search?q={searchTerms}",
1063 "http://search.avg.com/route/?q={searchTerms}&lng={language}"
1065 "type": "SEARCH_ENGINE_AVG",
1071 "keyword": "search.babylon.com",
1072 "favicon_url": "http://search.babylon.com/favicon.ico",
1073 "search_url": "http://search.babylon.com/home?q={searchTerms}",
1075 "http://search.babylon.com/?q={searchTerms}"
1077 "type": "SEARCH_ENGINE_BABYLON",
1083 "keyword": "conduit.com",
1084 "favicon_url": "http://www.conduit.com/favicon.ico",
1085 "search_url": "http://www.conduit.com/search?q={searchTerms}&ie={inputEncoding}&cx=010301873083402539744%3Anxaq5wgrtuo&cof=forid%3A11",
1087 "http://search.conduit.com/Results.aspx?q={searchTerms}"
1089 "type": "SEARCH_ENGINE_CONDUIT",
1095 "keyword": "delfi.lt",
1096 "favicon_url": "http://www.delfi.lt/favicon.ico",
1097 "search_url": "http://www.delfi.lt/paieska/?q={searchTerms}",
1098 "type": "SEARCH_ENGINE_DELFI",
1104 "keyword": "delfi.lv",
1105 "favicon_url": "http://g1.delphi.lv/favicon.ico",
1106 "search_url": "http://www.delfi.lv/search_all/?ie={inputEncoding}&q={searchTerms}&lang={language}&cx=partner-pub-7754285690273419%3A1507605038&cof=FORID%3A10",
1107 "type": "SEARCH_ENGINE_DELFI",
1113 "keyword": "delta-search.com",
1114 "favicon_url": "http://www.delta-search.com/favicon.ico",
1115 "search_url": "http://www.delta-search.com/home?q={searchTerms}",
1117 "http://www.delta-search.com/?q={searchTerms}",
1118 "http://www1.delta-search.com/home?q={searchTerms}",
1119 "http://www1.delta-search.com/?q={searchTerms}",
1120 "http://www2.delta-search.com/home?q={searchTerms}",
1121 "http://www2.delta-search.com/?q={searchTerms}",
1122 "http://www.search.delta-search.com/home?q={searchTerms}",
1123 "http://www.search.delta-search.com/?q={searchTerms}",
1124 "http://www.yhs.delta-search.com/home?q={searchTerms}",
1125 "http://www.yhs.delta-search.com/?q={searchTerms}",
1126 "http://mixidj.delta-search.com/home?q={searchTerms}",
1127 "http://mixidj.delta-search.com/?q={searchTerms}",
1128 "http://www.search.delta-search.com/home?q={searchTerms}",
1129 "http://www.search.delta-search.com/?q={searchTerms}"
1131 "type": "SEARCH_ENGINE_DELTA",
1137 "keyword": "searchfunmoods.com",
1138 "favicon_url": "http://searchfunmoods.com/favicon.ico",
1139 "search_url": "http://searchfunmoods.com/results.php?q={searchTerms}",
1140 "type": "SEARCH_ENGINE_FUNMOODS",
1146 "keyword": "search.goo.ne.jp",
1147 "favicon_url": "http://goo.ne.jp/favicon.ico",
1148 "search_url": "http://search.goo.ne.jp/web.jsp?MT={searchTerms}&IE={inputEncoding}",
1149 "suggest_url": "http://search.goo.ne.jp/sgt.jsp?MT={searchTerms}&CL=plugin&FM=json&IE={inputEncoding}",
1150 "encoding": "EUC-JP",
1151 "type": "SEARCH_ENGINE_GOO",
1157 "keyword": "search.imesh.net",
1158 "favicon_url": "http://search.imesh.net/favicon.ico",
1159 "search_url": "http://search.imesh.net/music?hl={language}&si={searchTerms}",
1160 "type": "SEARCH_ENGINE_IMESH",
1165 "name": "SearchTheWeb",
1166 "keyword": "iminent.com",
1167 "favicon_url": "http://search.iminent.com/Shared/Images/favicon_gl.ico",
1168 "search_url": "http://search.iminent.com/?q={searchTerms}",
1170 "http://search.iminent.com/SearchTheWeb/v6/1033/homepage/Default.aspx#q={searchTerms}",
1171 "http://search.iminent.com/SearchTheWeb/v6/1033/homepage/Result.aspx#q={searchTerms}",
1172 "http://start.iminent.com/?q={searchTerms}",
1173 "http://start.iminent.com/StartWeb/1033/homepage/#q={searchTerms}"
1175 "type": "SEARCH_ENGINE_IMINENT",
1182 "favicon_url": "http://find.in.gr/Themes/1/Default/Media/Layout/icon_in.png",
1183 "search_url": "http://find.in.gr/?q={searchTerms}&ie={inputEncoding}&cx=partner-pub-3451081775397713%3Aklnvxp4nycj&cof=FORID%3A9",
1184 "type": "SEARCH_ENGINE_IN",
1190 "keyword": "mystart.incredibar.com",
1191 "favicon_url": "http://search.incredibar.com/favicon.ico",
1192 "search_url": "http://search.incredibar.com/search.php?q={searchTerms}",
1194 "http://search.incredibar.com/?q={searchTerms}",
1195 "http://mystart.incredibar.com/?search={searchTerms}"
1197 "type": "SEARCH_ENGINE_INCREDIBAR",
1203 "keyword": "libero.it",
1204 "favicon_url": "http://ms1.iol.it/graph_hf/v.8.3.04/themes/default/img/favicon.ico",
1205 "search_url": "http://arianna.libero.it/search/abin/integrata.cgi?query={searchTerms}",
1206 "encoding": "ISO-8859-1",
1207 "type": "SEARCH_ENGINE_LIBERO",
1213 "keyword": "neti.ee",
1214 "favicon_url": "http://www.neti.ee/favicon.ico",
1215 "search_url": "http://www.neti.ee/cgi-bin/otsing?query={searchTerms}",
1216 "suggest_url": "http://www.neti.ee/api/suggestOS?suggestQuery={searchTerms}",
1217 "encoding": "ISO-8859-1",
1218 "type": "SEARCH_ENGINE_NETI",
1223 "name": "\u041d\u0438\u0433\u043c\u0430",
1224 "keyword": "nigma.ru",
1225 "favicon_url": "http://nigma.ru/themes/nigma/img/favicon.ico",
1226 "search_url": "http://nigma.ru/?s={searchTerms}",
1227 "suggest_url": "http://autocomplete.nigma.ru/complete/query_help.php?suggest=true&q={searchTerms}",
1228 "type": "SEARCH_ENGINE_NIGMA",
1235 "favicon_url": "http://ok.hu/gfx/favicon.ico",
1236 "search_url": "http://ok.hu/katalogus?q={searchTerms}",
1237 "encoding": "ISO-8859-2",
1238 "type": "SEARCH_ENGINE_OK",
1243 "name": "\u0420\u0430\u043c\u0431\u043b\u0435\u0440",
1244 "keyword": "rambler.ru",
1245 "favicon_url": "http://nova.rambler.ru/static/blocks/images/favicon.ico",
1246 "search_url": "http://nova.rambler.ru/search?query={searchTerms}",
1247 "suggest_url": "http://nova.rambler.ru/suggest?v=3&query={searchTerms}",
1248 "type": "SEARCH_ENGINE_RAMBLER",
1254 "keyword": "sapo.pt",
1255 "favicon_url": "http://imgs.sapo.pt/images/sapo.ico",
1256 "search_url": "http://pesquisa.sapo.pt/?q={searchTerms}",
1257 "suggest_url": "http://pesquisa.sapo.pt/livesapo?q={searchTerms}",
1258 "type": "SEARCH_ENGINE_SAPO",
1264 "keyword": "searchnu.com",
1265 "favicon_url": "http://www.searchnu.com/favicon.ico",
1266 "search_url": "http://www.searchnu.com/web?hl={language}&si={searchTerms}",
1267 "type": "SEARCH_ENGINE_SEARCHNU",
1272 "name": "Search-results",
1273 "keyword": "search-results.com",
1274 "favicon_url": "http://ak.apnstatic.com/media/images/favicon_search-results.ico",
1275 "search_url": "http://dts.search-results.com/sr?lng={language}&src=hmp&q={searchTerms}",
1277 "http://www.search-results.com/web?q={searchTerms}"
1279 "type": "SEARCH_ENGINE_SEARCH_RESULTS",
1285 "keyword": "search.snapdo.com",
1286 "favicon_url": "http://linkurystoragenorthus.blob.core.windows.net/static/favicon.ico",
1287 "search_url": "http://search.snapdo.com/?q={searchTerms}",
1289 "http://search.snap.do/?q={searchTerms}",
1290 "http://feed.snapdo.com/?q={searchTerms}",
1291 "http://feed.snap.do/?q={searchTerms}"
1293 "type": "SEARCH_ENGINE_SNAPDO",
1299 "keyword": "search.softonic.com",
1300 "favicon_url": "http://search.softonic.com/img/favicon.ico",
1301 "search_url": "http://search.softonic.com/?q={searchTerms}",
1303 "http://en.softonic.com/s/{searchTerms}",
1304 "http://www.softonic.com/s/{searchTerms}",
1305 "http://www.softonic.com.br/s/{searchTerms}",
1306 "http://buscador.softonic.com/?q={searchTerms}",
1307 "http://nl.softonic.com/s/{searchTerms}"
1309 "type": "SEARCH_ENGINE_SOFTONIC",
1315 "keyword": "home.sweetim.com",
1316 "favicon_url": "http://search.sweetim.com/favicon.ico",
1317 "search_url": "http://search.sweetim.com/search.asp?q={searchTerms}&ln={language}",
1318 "type": "SEARCH_ENGINE_SWEETPACKS",
1323 "name": "Sweetpacks",
1324 "keyword": "start.sweetpacks.com",
1325 "favicon_url": "http://start.sweetpacks.com/favicon.ico",
1326 "search_url": "http://start.sweetpacks.com/search.asp?q={searchTerms}&ln={language}",
1328 "http://start.sweetpacks.com/?q={searchTerms}",
1329 "http://mysearch.sweetpacks.com/?q={searchTerms}"
1331 "type": "SEARCH_ENGINE_SWEETPACKS",
1336 "name": "Terra Argentina",
1337 "keyword": "terra.com.ar",
1338 "favicon_url": "http://buscar.terra.com.ar/favicon.ico",
1339 "search_url": "http://buscar.terra.com.ar/Default.aspx?source=Search&ca=s&query={searchTerms}",
1340 "encoding": "ISO-8859-1",
1341 "type": "SEARCH_ENGINE_TERRA",
1347 "keyword": "terra.es",
1348 "favicon_url": "http://buscador.terra.es/favicon.ico",
1349 "search_url": "http://buscador.terra.es/Default.aspx?source=Search&ca=s&query={searchTerms}",
1350 "encoding": "ISO-8859-1",
1351 "type": "SEARCH_ENGINE_TERRA",
1357 "keyword": "tut.by",
1358 "favicon_url": "http://search.tut.by/favicon.ico",
1359 "search_url": "http://search.tut.by/?ru=1&query={searchTerms}",
1360 "suggest_url": "http://suggest.yandex.ru/suggest-ff.cgi?part={searchTerms}&limit=10",
1361 "type": "SEARCH_ENGINE_TUT",
1366 "name": "\u05d5\u05d5\u05d0\u05dc\u05d4!",
1367 "keyword": "walla.co.il",
1368 "favicon_url": "http://www.walla.co.il/favicon.ico",
1369 "search_url": "http://search.walla.co.il/?q={searchTerms}",
1370 "type": "SEARCH_ENGINE_WALLA",
1375 "name": "Wirtualna Polska",
1377 "favicon_url": "http://i.wp.pl/a/i/stg/500/favicon.ico",
1378 "search_url": "http://szukaj.wp.pl/szukaj.html?q={searchTerms}",
1379 "type": "SEARCH_ENGINE_WP",
1385 "keyword": "zoznam.sk",
1386 "favicon_url": "http://www.zoznam.sk/favicon.ico",
1387 "search_url": "http://www.zoznam.sk/hladaj.fcgi?s={searchTerms}",
1388 "encoding": "windows-1250",
1389 "type": "SEARCH_ENGINE_ZOZNAM",