OLD | NEW |
| (Empty) |
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. | |
2 // Use of this source code is governed by a BSD-style license that can be | |
3 // found in the LICENSE file. | |
4 | |
5 // This file is used during build to generate prepopulated_engine.h/cc. | |
6 // For more details see tools/json_to_struct/json_to_struct.py. | |
7 | |
8 // Engine definitions. See prepopulated_engines_schema.json for the field | |
9 // definitions. | |
10 | |
11 // The following unique IDs are available: | |
12 // 53, 56, 58, 60, 61, 64, 65, 66, 70, 74, 78, 79, 80, 81, 84, 86, 88, 91, | |
13 // 92, 93, 94, 95, 96, 97, 98, 99, 102+ | |
14 // | |
15 // IDs > 1000 are reserved for distribution custom engines. | |
16 // | |
17 // NOTES: | |
18 // - CHANGE THE ABOVE NUMBERS IF YOU ADD A NEW ENGINE; ID conflicts = bad! | |
19 // - Make sure you update the int_variables below as required. | |
20 | |
21 { | |
22 "int_variables": { | |
23 // The following id is for UMA stats only. Please update it if you add new | |
24 // engines outside the current range or it will not be counted in stats. | |
25 "kMaxPrepopulatedEngineID": 101, | |
26 | |
27 // Increment this if you change the data in ways that mean users with | |
28 // existing data should get a new version. | |
29 "kCurrentDataVersion": 46 | |
30 }, | |
31 | |
32 // The following engines are included in country lists and are added to the | |
33 // list of search engines on the first run depending on user's country. | |
34 "elements": { | |
35 "abcsok": { | |
36 "name": "ABC S\u00f8k", | |
37 "keyword": "abcsok.no", | |
38 "favicon_url": "http://abcsok.no/favicon.ico", | |
39 "search_url": "http://abcsok.no/index.html?q={searchTerms}", | |
40 "type": "SEARCH_ENGINE_ABCSOK", | |
41 "id": 72 | |
42 }, | |
43 | |
44 "altavista": { | |
45 "name": "AltaVista", | |
46 "keyword": "altavista.com", | |
47 "favicon_url": "http://www.altavista.com/favicon.ico", | |
48 "search_url": "http://www.altavista.com/web/results?q={searchTerms}", | |
49 "type": "SEARCH_ENGINE_ALTAVISTA", | |
50 "id": 89 | |
51 }, | |
52 | |
53 "altavista_ar": { | |
54 "name": "AltaVista", | |
55 "keyword": "ar.altavista.com", | |
56 "favicon_url": "http://ar.altavista.com/favicon.ico", | |
57 "search_url": "http://ar.altavista.com/web/results?q={searchTerms}", | |
58 "type": "SEARCH_ENGINE_ALTAVISTA", | |
59 "id": 89 | |
60 }, | |
61 | |
62 "altavista_se": { | |
63 "name": "AltaVista", | |
64 "keyword": "se.altavista.com", | |
65 "favicon_url": "http://se.altavista.com/favicon.ico", | |
66 "search_url": "http://se.altavista.com/web/results?q={searchTerms}", | |
67 "type": "SEARCH_ENGINE_ALTAVISTA", | |
68 "id": 89 | |
69 }, | |
70 | |
71 "aol": { | |
72 "name": "AOL", | |
73 "keyword": "aol.com", | |
74 "favicon_url": "http://search.aol.com/favicon.ico", | |
75 "search_url": "http://search.aol.com/aol/search?query={searchTerms}", | |
76 "id": 35 | |
77 }, | |
78 | |
79 "araby": { | |
80 "name": "\u0639\u0631\u0628\u064a", | |
81 "keyword": "araby.com", | |
82 "favicon_url": "http://araby.com/favicon.ico", | |
83 "search_url": "http://araby.com/?q={searchTerms}", | |
84 "id": 12 | |
85 }, | |
86 | |
87 "ask": { | |
88 "name": "Ask", | |
89 "keyword": "ask.com", | |
90 "favicon_url": "http://www.ask.com/favicon.ico", | |
91 "search_url": "http://www.ask.com/web?q={searchTerms}", | |
92 "suggest_url": "http://ss.ask.com/query?q={searchTerms}&li=ff", | |
93 "type": "SEARCH_ENGINE_ASK", | |
94 "id": 4 | |
95 }, | |
96 | |
97 "ask_de": { | |
98 "name": "Ask.com Deutschland", | |
99 "keyword": "de.ask.com", | |
100 "favicon_url": "http://de.ask.com/favicon.ico", | |
101 "search_url": "http://de.ask.com/web?q={searchTerms}", | |
102 "suggest_url": "http://ss.de.ask.com/query?q={searchTerms}&li=ff", | |
103 "type": "SEARCH_ENGINE_ASK", | |
104 "id": 4 | |
105 }, | |
106 | |
107 "ask_es": { | |
108 "name": "Ask.com Espa\u00f1a", | |
109 "keyword": "es.ask.com", | |
110 "favicon_url": "http://es.ask.com/favicon.ico", | |
111 "search_url": "http://es.ask.com/web?q={searchTerms}", | |
112 "suggest_url": "http://ss.es.ask.com/query?q={searchTerms}&li=ff", | |
113 "type": "SEARCH_ENGINE_ASK", | |
114 "id": 4 | |
115 }, | |
116 | |
117 "ask_it": { | |
118 "name": "Ask.com Italia", | |
119 "keyword": "it.ask.com", | |
120 "favicon_url": "http://it.ask.com/favicon.ico", | |
121 "search_url": "http://it.ask.com/web?q={searchTerms}", | |
122 "suggest_url": "http://ss.it.ask.com/query?q={searchTerms}&li=ff", | |
123 "type": "SEARCH_ENGINE_ASK", | |
124 "id": 4 | |
125 }, | |
126 | |
127 "ask_nl": { | |
128 "name": "Ask.com Nederland", | |
129 "keyword": "nl.ask.com", | |
130 "favicon_url": "http://nl.ask.com/favicon.ico", | |
131 "search_url": "http://nl.ask.com/web?q={searchTerms}", | |
132 "suggest_url": "http://ss.nl.ask.com/query?q={searchTerms}&li=ff", | |
133 "type": "SEARCH_ENGINE_ASK", | |
134 "id": 4 | |
135 }, | |
136 | |
137 "ask_uk": { | |
138 "name": "Ask Jeeves", | |
139 "keyword": "uk.ask.com", | |
140 "favicon_url": "http://uk.ask.com/favicon.ico", | |
141 "search_url": "http://uk.ask.com/web?q={searchTerms}", | |
142 "suggest_url": "http://ss.uk.ask.com/query?q={searchTerms}&li=ff", | |
143 "type": "SEARCH_ENGINE_ASK", | |
144 "id": 4 | |
145 }, | |
146 | |
147 "atlas_cz": { | |
148 "name": "Atlas", | |
149 "keyword": "atlas.cz", | |
150 "favicon_url": "http://img.atlas.cz/favicon.ico", | |
151 "search_url": "http://search.atlas.cz/?q={searchTerms}", | |
152 "encoding": "windows-1250", | |
153 "id": 27 | |
154 }, | |
155 | |
156 "atlas_sk": { | |
157 "name": "ATLAS.SK", | |
158 "keyword": "atlas.sk", | |
159 "favicon_url": "http://www.atlas.sk/images/favicon.ico", | |
160 "search_url": "http://hladaj.atlas.sk/fulltext/?phrase={searchTerms}", | |
161 "id": 27 | |
162 }, | |
163 | |
164 "baidu": { | |
165 "name": "\u767e\u5ea6", | |
166 "keyword": "baidu.com", | |
167 "favicon_url": "http://www.baidu.com/favicon.ico", | |
168 "search_url": "http://www.baidu.com/s?wd={searchTerms}", | |
169 "encoding": "GB2312", | |
170 "type": "SEARCH_ENGINE_BAIDU", | |
171 "id": 21 | |
172 }, | |
173 | |
174 "bing": { | |
175 "name": "Bing", | |
176 "keyword": "bing.com", | |
177 "favicon_url": "http://www.bing.com/s/wlflag.ico", | |
178 "search_url": "http://www.bing.com/search?q={searchTerms}", | |
179 "suggest_url": "http://api.bing.com/osjson.aspx?query={searchTerms}&langua
ge={language}", | |
180 "type": "SEARCH_ENGINE_BING", | |
181 "id": 3 | |
182 }, | |
183 | |
184 "bing_ar_XA": { | |
185 "name": "Bing", | |
186 "keyword": "bing.com_", // bing.com is taken by bing_en_XA. | |
187 "favicon_url": "http://www.bing.com/s/wlflag.ico", | |
188 "search_url": "http://www.bing.com/search?setmkt=ar-XA&q={searchTerms}", | |
189 "suggest_url": "http://api.bing.com/osjson.aspx?query={searchTerms}&langua
ge={language}", | |
190 "type": "SEARCH_ENGINE_BING", | |
191 "id": 7 // Can't be 3 as this has to appear in the Arabian countries' | |
192 // lists alongside bing_en_XA. | |
193 }, | |
194 | |
195 "bing_bg_BG": { | |
196 "name": "Bing", | |
197 "keyword": "bing.com", | |
198 "favicon_url": "http://www.bing.com/s/wlflag.ico", | |
199 "search_url": "http://www.bing.com/search?setmkt=bg-BG&q={searchTerms}", | |
200 "suggest_url": "http://api.bing.com/osjson.aspx?query={searchTerms}&langua
ge={language}", | |
201 "type": "SEARCH_ENGINE_BING", | |
202 "id": 3 | |
203 }, | |
204 | |
205 "bing_cs_CZ": { | |
206 "name": "Bing", | |
207 "keyword": "bing.com", | |
208 "favicon_url": "http://www.bing.com/s/wlflag.ico", | |
209 "search_url": "http://www.bing.com/search?setmkt=cs-CZ&q={searchTerms}", | |
210 "suggest_url": "http://api.bing.com/osjson.aspx?query={searchTerms}&langua
ge={language}", | |
211 "type": "SEARCH_ENGINE_BING", | |
212 "id": 3 | |
213 }, | |
214 | |
215 "bing_da_DK": { | |
216 "name": "Bing", | |
217 "keyword": "bing.com", | |
218 "favicon_url": "http://www.bing.com/s/wlflag.ico", | |
219 "search_url": "http://www.bing.com/search?setmkt=da-DK&q={searchTerms}", | |
220 "suggest_url": "http://api.bing.com/osjson.aspx?query={searchTerms}&langua
ge={language}", | |
221 "type": "SEARCH_ENGINE_BING", | |
222 "id": 3 | |
223 }, | |
224 | |
225 "bing_de_AT": { | |
226 "name": "Bing", | |
227 "keyword": "bing.com", | |
228 "favicon_url": "http://www.bing.com/s/wlflag.ico", | |
229 "search_url": "http://www.bing.com/search?setmkt=de-AT&q={searchTerms}", | |
230 "suggest_url": "http://api.bing.com/osjson.aspx?query={searchTerms}&langua
ge={language}", | |
231 "type": "SEARCH_ENGINE_BING", | |
232 "id": 3 | |
233 }, | |
234 | |
235 "bing_de_CH": { | |
236 "name": "Bing", | |
237 "keyword": "bing.com", | |
238 "favicon_url": "http://www.bing.com/s/wlflag.ico", | |
239 "search_url": "http://www.bing.com/search?setmkt=de-CH&q={searchTerms}", | |
240 "suggest_url": "http://api.bing.com/osjson.aspx?query={searchTerms}&langua
ge={language}", | |
241 "type": "SEARCH_ENGINE_BING", | |
242 "id": 3 | |
243 }, | |
244 | |
245 "bing_de_DE": { | |
246 "name": "Bing", | |
247 "keyword": "bing.com", | |
248 "favicon_url": "http://www.bing.com/s/wlflag.ico", | |
249 "search_url": "http://www.bing.com/search?setmkt=de-DE&q={searchTerms}", | |
250 "suggest_url": "http://api.bing.com/osjson.aspx?query={searchTerms}&langua
ge={language}", | |
251 "type": "SEARCH_ENGINE_BING", | |
252 "id": 3 | |
253 }, | |
254 | |
255 "bing_el_GR": { | |
256 "name": "Bing", | |
257 "keyword": "bing.com", | |
258 "favicon_url": "http://www.bing.com/s/wlflag.ico", | |
259 "search_url": "http://www.bing.com/search?setmkt=el-GR&q={searchTerms}", | |
260 "suggest_url": "http://api.bing.com/osjson.aspx?query={searchTerms}&langua
ge={language}", | |
261 "type": "SEARCH_ENGINE_BING", | |
262 "id": 3 | |
263 }, | |
264 | |
265 "bing_en_AU": { | |
266 "name": "Bing", | |
267 "keyword": "bing.com", | |
268 "favicon_url": "http://www.bing.com/s/wlflag.ico", | |
269 "search_url": "http://www.bing.com/search?setmkt=en-AU&q={searchTerms}", | |
270 "suggest_url": "http://api.bing.com/osjson.aspx?query={searchTerms}&langua
ge={language}", | |
271 "type": "SEARCH_ENGINE_BING", | |
272 "id": 3 | |
273 }, | |
274 | |
275 "bing_en_CA": { | |
276 "name": "Bing", | |
277 "keyword": "bing.com", | |
278 "favicon_url": "http://www.bing.com/s/wlflag.ico", | |
279 "search_url": "http://www.bing.com/search?setmkt=en-CA&q={searchTerms}", | |
280 "suggest_url": "http://api.bing.com/osjson.aspx?query={searchTerms}&langua
ge={language}", | |
281 "type": "SEARCH_ENGINE_BING", | |
282 "id": 3 | |
283 }, | |
284 | |
285 "bing_en_GB": { | |
286 "name": "Bing", | |
287 "keyword": "bing.com", | |
288 "favicon_url": "http://www.bing.com/s/wlflag.ico", | |
289 "search_url": "http://www.bing.com/search?setmkt=en-GB&q={searchTerms}", | |
290 "suggest_url": "http://api.bing.com/osjson.aspx?query={searchTerms}&langua
ge={language}", | |
291 "type": "SEARCH_ENGINE_BING", | |
292 "id": 3 | |
293 }, | |
294 | |
295 "bing_en_ID": { | |
296 "name": "Bing", | |
297 "keyword": "bing.com", | |
298 "favicon_url": "http://www.bing.com/s/wlflag.ico", | |
299 "search_url": "http://www.bing.com/search?setmkt=en-ID&q={searchTerms}", | |
300 "suggest_url": "http://api.bing.com/osjson.aspx?query={searchTerms}&langua
ge={language}", | |
301 "type": "SEARCH_ENGINE_BING", | |
302 "id": 3 | |
303 }, | |
304 | |
305 "bing_en_IE": { | |
306 "name": "Bing", | |
307 "keyword": "bing.com", | |
308 "favicon_url": "http://www.bing.com/s/wlflag.ico", | |
309 "search_url": "http://www.bing.com/search?setmkt=en-IE&q={searchTerms}", | |
310 "suggest_url": "http://api.bing.com/osjson.aspx?query={searchTerms}&langua
ge={language}", | |
311 "type": "SEARCH_ENGINE_BING", | |
312 "id": 3 | |
313 }, | |
314 | |
315 "bing_en_IN": { | |
316 "name": "Bing", | |
317 "keyword": "bing.com", | |
318 "favicon_url": "http://www.bing.com/s/wlflag.ico", | |
319 "search_url": "http://www.bing.com/search?setmkt=en-IN&q={searchTerms}", | |
320 "suggest_url": "http://api.bing.com/osjson.aspx?query={searchTerms}&langua
ge={language}", | |
321 "type": "SEARCH_ENGINE_BING", | |
322 "id": 3 | |
323 }, | |
324 | |
325 "bing_en_MY": { | |
326 "name": "Bing", | |
327 "keyword": "bing.com", | |
328 "favicon_url": "http://www.bing.com/s/wlflag.ico", | |
329 "search_url": "http://www.bing.com/search?setmkt=en-MY&q={searchTerms}", | |
330 "suggest_url": "http://api.bing.com/osjson.aspx?query={searchTerms}&langua
ge={language}", | |
331 "type": "SEARCH_ENGINE_BING", | |
332 "id": 3 | |
333 }, | |
334 | |
335 "bing_en_NZ": { | |
336 "name": "Bing", | |
337 "keyword": "bing.com", | |
338 "favicon_url": "http://www.bing.com/s/wlflag.ico", | |
339 "search_url": "http://www.bing.com/search?setmkt=en-NZ&q={searchTerms}", | |
340 "suggest_url": "http://api.bing.com/osjson.aspx?query={searchTerms}&langua
ge={language}", | |
341 "type": "SEARCH_ENGINE_BING", | |
342 "id": 3 | |
343 }, | |
344 | |
345 "bing_en_PH": { | |
346 "name": "Bing", | |
347 "keyword": "bing.com", | |
348 "favicon_url": "http://www.bing.com/s/wlflag.ico", | |
349 "search_url": "http://www.bing.com/search?setmkt=en-PH&q={searchTerms}", | |
350 "suggest_url": "http://api.bing.com/osjson.aspx?query={searchTerms}&langua
ge={language}", | |
351 "type": "SEARCH_ENGINE_BING", | |
352 "id": 3 | |
353 }, | |
354 | |
355 "bing_en_SG": { | |
356 "name": "Bing", | |
357 "keyword": "bing.com", | |
358 "favicon_url": "http://www.bing.com/s/wlflag.ico", | |
359 "search_url": "http://www.bing.com/search?setmkt=en-SG&q={searchTerms}", | |
360 "suggest_url": "http://api.bing.com/osjson.aspx?query={searchTerms}&langua
ge={language}", | |
361 "type": "SEARCH_ENGINE_BING", | |
362 "id": 3 | |
363 }, | |
364 | |
365 "bing_en_US": { | |
366 "name": "Bing", | |
367 "keyword": "bing.com", | |
368 "favicon_url": "http://www.bing.com/s/wlflag.ico", | |
369 "search_url": "http://www.bing.com/search?setmkt=en-US&q={searchTerms}", | |
370 "suggest_url": "http://api.bing.com/osjson.aspx?query={searchTerms}&langua
ge={language}", | |
371 "type": "SEARCH_ENGINE_BING", | |
372 "id": 3 | |
373 }, | |
374 | |
375 "bing_en_XA": { | |
376 "name": "Bing", | |
377 "keyword": "bing.com", | |
378 "favicon_url": "http://www.bing.com/s/wlflag.ico", | |
379 "search_url": "http://www.bing.com/search?setmkt=en-XA&q={searchTerms}", | |
380 "suggest_url": "http://api.bing.com/osjson.aspx?query={searchTerms}&langua
ge={language}", | |
381 "type": "SEARCH_ENGINE_BING", | |
382 "id": 3 | |
383 }, | |
384 | |
385 "bing_en_ZA": { | |
386 "name": "Bing", | |
387 "keyword": "bing.com", | |
388 "favicon_url": "http://www.bing.com/s/wlflag.ico", | |
389 "search_url": "http://www.bing.com/search?setmkt=en-ZA&q={searchTerms}", | |
390 "suggest_url": "http://api.bing.com/osjson.aspx?query={searchTerms}&langua
ge={language}", | |
391 "type": "SEARCH_ENGINE_BING", | |
392 "id": 3 | |
393 }, | |
394 | |
395 "bing_es_AR": { | |
396 "name": "Bing", | |
397 "keyword": "bing.com", | |
398 "favicon_url": "http://www.bing.com/s/wlflag.ico", | |
399 "search_url": "http://www.bing.com/search?setmkt=es-AR&q={searchTerms}", | |
400 "suggest_url": "http://api.bing.com/osjson.aspx?query={searchTerms}&langua
ge={language}", | |
401 "type": "SEARCH_ENGINE_BING", | |
402 "id": 3 | |
403 }, | |
404 | |
405 "bing_es_CL": { | |
406 "name": "Bing", | |
407 "keyword": "bing.com", | |
408 "favicon_url": "http://www.bing.com/s/wlflag.ico", | |
409 "search_url": "http://www.bing.com/search?setmkt=es-CL&q={searchTerms}", | |
410 "suggest_url": "http://api.bing.com/osjson.aspx?query={searchTerms}&langua
ge={language}", | |
411 "type": "SEARCH_ENGINE_BING", | |
412 "id": 3 | |
413 }, | |
414 | |
415 "bing_es_ES": { | |
416 "name": "Bing", | |
417 "keyword": "bing.com", | |
418 "favicon_url": "http://www.bing.com/s/wlflag.ico", | |
419 "search_url": "http://www.bing.com/search?setmkt=es-ES&q={searchTerms}", | |
420 "suggest_url": "http://api.bing.com/osjson.aspx?query={searchTerms}&langua
ge={language}", | |
421 "type": "SEARCH_ENGINE_BING", | |
422 "id": 3 | |
423 }, | |
424 | |
425 "bing_es_MX": { | |
426 "name": "Bing", | |
427 "keyword": "bing.com", | |
428 "favicon_url": "http://www.bing.com/s/wlflag.ico", | |
429 "search_url": "http://www.bing.com/search?setmkt=es-MX&q={searchTerms}", | |
430 "suggest_url": "http://api.bing.com/osjson.aspx?query={searchTerms}&langua
ge={language}", | |
431 "type": "SEARCH_ENGINE_BING", | |
432 "id": 3 | |
433 }, | |
434 | |
435 "bing_es_XL": { | |
436 "name": "Bing", | |
437 "keyword": "bing.com", | |
438 "favicon_url": "http://www.bing.com/s/wlflag.ico", | |
439 "search_url": "http://www.bing.com/search?setmkt=es-XL&q={searchTerms}", | |
440 "suggest_url": "http://api.bing.com/osjson.aspx?query={searchTerms}&langua
ge={language}", | |
441 "type": "SEARCH_ENGINE_BING", | |
442 "id": 3 | |
443 }, | |
444 | |
445 "bing_et_EE": { | |
446 "name": "Bing", | |
447 "keyword": "bing.com", | |
448 "favicon_url": "http://www.bing.com/s/wlflag.ico", | |
449 "search_url": "http://www.bing.com/search?setmkt=et-EE&q={searchTerms}", | |
450 "suggest_url": "http://api.bing.com/osjson.aspx?query={searchTerms}&langua
ge={language}", | |
451 "type": "SEARCH_ENGINE_BING", | |
452 "id": 3 | |
453 }, | |
454 | |
455 "bing_fi_FI": { | |
456 "name": "Bing", | |
457 "keyword": "bing.com", | |
458 "favicon_url": "http://www.bing.com/s/wlflag.ico", | |
459 "search_url": "http://www.bing.com/search?setmkt=fi-FI&q={searchTerms}", | |
460 "suggest_url": "http://api.bing.com/osjson.aspx?query={searchTerms}&langua
ge={language}", | |
461 "type": "SEARCH_ENGINE_BING", | |
462 "id": 3 | |
463 }, | |
464 | |
465 "bing_fr_BE": { | |
466 "name": "Bing", | |
467 "keyword": "bing.com_", // bing.com is taken by bing_nl_BE. | |
468 "favicon_url": "http://www.bing.com/s/wlflag.ico", | |
469 "search_url": "http://www.bing.com/search?setmkt=fr-BE&q={searchTerms}", | |
470 "suggest_url": "http://api.bing.com/osjson.aspx?query={searchTerms}&langua
ge={language}", | |
471 "type": "SEARCH_ENGINE_BING", | |
472 "id": 7 | |
473 }, | |
474 | |
475 "bing_fr_CA": { | |
476 "name": "Bing", | |
477 "keyword": "bing.com_", // bing.com is taken by bing_en_CA. | |
478 "favicon_url": "http://www.bing.com/s/wlflag.ico", | |
479 "search_url": "http://www.bing.com/search?setmkt=fr-CA&q={searchTerms}", | |
480 "suggest_url": "http://api.bing.com/osjson.aspx?query={searchTerms}&langua
ge={language}", | |
481 "type": "SEARCH_ENGINE_BING", | |
482 "id": 7 | |
483 }, | |
484 | |
485 "bing_fr_CH": { | |
486 "name": "Bing", | |
487 "keyword": "bing.com_", // bing.com is taken by bing_de_CH. | |
488 "favicon_url": "http://www.bing.com/s/wlflag.ico", | |
489 "search_url": "http://www.bing.com/search?setmkt=fr-CH&q={searchTerms}", | |
490 "suggest_url": "http://api.bing.com/osjson.aspx?query={searchTerms}&langua
ge={language}", | |
491 "type": "SEARCH_ENGINE_BING", | |
492 "id": 7 | |
493 }, | |
494 | |
495 "bing_fr_FR": { | |
496 "name": "Bing", | |
497 "keyword": "bing.com", | |
498 "favicon_url": "http://www.bing.com/s/wlflag.ico", | |
499 "search_url": "http://www.bing.com/search?setmkt=fr-FR&q={searchTerms}", | |
500 "suggest_url": "http://api.bing.com/osjson.aspx?query={searchTerms}&langua
ge={language}", | |
501 "type": "SEARCH_ENGINE_BING", | |
502 "id": 3 | |
503 }, | |
504 | |
505 "bing_he_IL": { | |
506 "name": "Bing", | |
507 "keyword": "bing.com", | |
508 "favicon_url": "http://www.bing.com/s/wlflag.ico", | |
509 "search_url": "http://www.bing.com/search?setmkt=he-IL&q={searchTerms}", | |
510 "suggest_url": "http://api.bing.com/osjson.aspx?query={searchTerms}&langua
ge={language}", | |
511 "type": "SEARCH_ENGINE_BING", | |
512 "id": 3 | |
513 }, | |
514 | |
515 "bing_hr_HR": { | |
516 "name": "Bing", | |
517 "keyword": "bing.com", | |
518 "favicon_url": "http://www.bing.com/s/wlflag.ico", | |
519 "search_url": "http://www.bing.com/search?setmkt=hr-HR&q={searchTerms}", | |
520 "suggest_url": "http://api.bing.com/osjson.aspx?query={searchTerms}&langua
ge={language}", | |
521 "type": "SEARCH_ENGINE_BING", | |
522 "id": 3 | |
523 }, | |
524 | |
525 "bing_hu_HU": { | |
526 "name": "Bing", | |
527 "keyword": "bing.com", | |
528 "favicon_url": "http://www.bing.com/s/wlflag.ico", | |
529 "search_url": "http://www.bing.com/search?setmkt=hu-HU&q={searchTerms}", | |
530 "suggest_url": "http://api.bing.com/osjson.aspx?query={searchTerms}&langua
ge={language}", | |
531 "type": "SEARCH_ENGINE_BING", | |
532 "id": 3 | |
533 }, | |
534 | |
535 "bing_it_IT": { | |
536 "name": "Bing", | |
537 "keyword": "bing.com", | |
538 "favicon_url": "http://www.bing.com/s/wlflag.ico", | |
539 "search_url": "http://www.bing.com/search?setmkt=it-IT&q={searchTerms}", | |
540 "suggest_url": "http://api.bing.com/osjson.aspx?query={searchTerms}&langua
ge={language}", | |
541 "type": "SEARCH_ENGINE_BING", | |
542 "id": 3 | |
543 }, | |
544 | |
545 "bing_ja_JP": { | |
546 "name": "Bing", | |
547 "keyword": "bing.com", | |
548 "favicon_url": "http://www.bing.com/s/wlflag.ico", | |
549 "search_url": "http://www.bing.com/search?setmkt=ja-JP&q={searchTerms}", | |
550 "suggest_url": "http://api.bing.com/osjson.aspx?query={searchTerms}&langua
ge={language}", | |
551 "type": "SEARCH_ENGINE_BING", | |
552 "id": 3 | |
553 }, | |
554 | |
555 "bing_ko_KR": { | |
556 "name": "Bing", | |
557 "keyword": "bing.com", | |
558 "favicon_url": "http://www.bing.com/s/wlflag.ico", | |
559 "search_url": "http://www.bing.com/search?setmkt=ko-KR&q={searchTerms}", | |
560 "suggest_url": "http://api.bing.com/osjson.aspx?query={searchTerms}&langua
ge={language}", | |
561 "type": "SEARCH_ENGINE_BING", | |
562 "id": 3 | |
563 }, | |
564 | |
565 "bing_lt_LT": { | |
566 "name": "Bing", | |
567 "keyword": "bing.com", | |
568 "favicon_url": "http://www.bing.com/s/wlflag.ico", | |
569 "search_url": "http://www.bing.com/search?setmkt=lt-LT&q={searchTerms}", | |
570 "suggest_url": "http://api.bing.com/osjson.aspx?query={searchTerms}&langua
ge={language}", | |
571 "type": "SEARCH_ENGINE_BING", | |
572 "id": 3 | |
573 }, | |
574 | |
575 "bing_lv_LV": { | |
576 "name": "Bing", | |
577 "keyword": "bing.com", | |
578 "favicon_url": "http://www.bing.com/s/wlflag.ico", | |
579 "search_url": "http://www.bing.com/search?setmkt=lv-LV&q={searchTerms}", | |
580 "suggest_url": "http://api.bing.com/osjson.aspx?query={searchTerms}&langua
ge={language}", | |
581 "type": "SEARCH_ENGINE_BING", | |
582 "id": 3 | |
583 }, | |
584 | |
585 "bing_nb_NO": { | |
586 "name": "Bing", | |
587 "keyword": "bing.com", | |
588 "favicon_url": "http://www.bing.com/s/wlflag.ico", | |
589 "search_url": "http://www.bing.com/search?setmkt=nb-NO&q={searchTerms}", | |
590 "suggest_url": "http://api.bing.com/osjson.aspx?query={searchTerms}&langua
ge={language}", | |
591 "type": "SEARCH_ENGINE_BING", | |
592 "id": 3 | |
593 }, | |
594 | |
595 "bing_nl_BE": { | |
596 "name": "Bing", | |
597 "keyword": "bing.com", | |
598 "favicon_url": "http://www.bing.com/s/wlflag.ico", | |
599 "search_url": "http://www.bing.com/search?setmkt=nl-BE&q={searchTerms}", | |
600 "suggest_url": "http://api.bing.com/osjson.aspx?query={searchTerms}&langua
ge={language}", | |
601 "type": "SEARCH_ENGINE_BING", | |
602 "id": 3 | |
603 }, | |
604 | |
605 "bing_nl_NL": { | |
606 "name": "Bing", | |
607 "keyword": "bing.com", | |
608 "favicon_url": "http://www.bing.com/s/wlflag.ico", | |
609 "search_url": "http://www.bing.com/search?setmkt=nl-NL&q={searchTerms}", | |
610 "suggest_url": "http://api.bing.com/osjson.aspx?query={searchTerms}&langua
ge={language}", | |
611 "type": "SEARCH_ENGINE_BING", | |
612 "id": 3 | |
613 }, | |
614 | |
615 "bing_pl_PL": { | |
616 "name": "Bing", | |
617 "keyword": "bing.com", | |
618 "favicon_url": "http://www.bing.com/s/wlflag.ico", | |
619 "search_url": "http://www.bing.com/search?setmkt=pl-PL&q={searchTerms}", | |
620 "suggest_url": "http://api.bing.com/osjson.aspx?query={searchTerms}&langua
ge={language}", | |
621 "type": "SEARCH_ENGINE_BING", | |
622 "id": 3 | |
623 }, | |
624 | |
625 "bing_pt_BR": { | |
626 "name": "Bing", | |
627 "keyword": "bing.com", | |
628 "favicon_url": "http://www.bing.com/s/wlflag.ico", | |
629 "search_url": "http://www.bing.com/search?setmkt=pt-BR&q={searchTerms}", | |
630 "suggest_url": "http://api.bing.com/osjson.aspx?query={searchTerms}&langua
ge={language}", | |
631 "type": "SEARCH_ENGINE_BING", | |
632 "id": 3 | |
633 }, | |
634 | |
635 "bing_pt_PT": { | |
636 "name": "Bing", | |
637 "keyword": "bing.com", | |
638 "favicon_url": "http://www.bing.com/s/wlflag.ico", | |
639 "search_url": "http://www.bing.com/search?setmkt=pt-PT&q={searchTerms}", | |
640 "suggest_url": "http://api.bing.com/osjson.aspx?query={searchTerms}&langua
ge={language}", | |
641 "type": "SEARCH_ENGINE_BING", | |
642 "id": 3 | |
643 }, | |
644 | |
645 "bing_ro_RO": { | |
646 "name": "Bing", | |
647 "keyword": "bing.com", | |
648 "favicon_url": "http://www.bing.com/s/wlflag.ico", | |
649 "search_url": "http://www.bing.com/search?setmkt=ro-RO&q={searchTerms}", | |
650 "suggest_url": "http://api.bing.com/osjson.aspx?query={searchTerms}&langua
ge={language}", | |
651 "type": "SEARCH_ENGINE_BING", | |
652 "id": 3 | |
653 }, | |
654 | |
655 "bing_ru_RU": { | |
656 "name": "Bing", | |
657 "keyword": "bing.com", | |
658 "favicon_url": "http://www.bing.com/s/wlflag.ico", | |
659 "search_url": "http://www.bing.com/search?setmkt=ru-RU&q={searchTerms}", | |
660 "suggest_url": "http://api.bing.com/osjson.aspx?query={searchTerms}&langua
ge={language}", | |
661 "type": "SEARCH_ENGINE_BING", | |
662 "id": 3 | |
663 }, | |
664 | |
665 "bing_sl_SI": { | |
666 "name": "Bing", | |
667 "keyword": "bing.com", | |
668 "favicon_url": "http://www.bing.com/s/wlflag.ico", | |
669 "search_url": "http://www.bing.com/search?setmkt=sl-SI&q={searchTerms}", | |
670 "suggest_url": "http://api.bing.com/osjson.aspx?query={searchTerms}&langua
ge={language}", | |
671 "type": "SEARCH_ENGINE_BING", | |
672 "id": 3 | |
673 }, | |
674 | |
675 "bing_sk_SK": { | |
676 "name": "Bing", | |
677 "keyword": "bing.com", | |
678 "favicon_url": "http://www.bing.com/s/wlflag.ico", | |
679 "search_url": "http://www.bing.com/search?setmkt=sk-SK&q={searchTerms}", | |
680 "suggest_url": "http://api.bing.com/osjson.aspx?query={searchTerms}&langua
ge={language}", | |
681 "type": "SEARCH_ENGINE_BING", | |
682 "id": 3 | |
683 }, | |
684 | |
685 "bing_sv_SE": { | |
686 "name": "Bing", | |
687 "keyword": "bing.com", | |
688 "favicon_url": "http://www.bing.com/s/wlflag.ico", | |
689 "search_url": "http://www.bing.com/search?setmkt=sv-SE&q={searchTerms}", | |
690 "suggest_url": "http://api.bing.com/osjson.aspx?query={searchTerms}&langua
ge={language}", | |
691 "type": "SEARCH_ENGINE_BING", | |
692 "id": 3 | |
693 }, | |
694 | |
695 "bing_th_TH": { | |
696 "name": "Bing", | |
697 "keyword": "bing.com", | |
698 "favicon_url": "http://www.bing.com/s/wlflag.ico", | |
699 "search_url": "http://www.bing.com/search?setmkt=th-TH&q={searchTerms}", | |
700 "suggest_url": "http://api.bing.com/osjson.aspx?query={searchTerms}&langua
ge={language}", | |
701 "type": "SEARCH_ENGINE_BING", | |
702 "id": 3 | |
703 }, | |
704 | |
705 "bing_tr_TR": { | |
706 "name": "Bing", | |
707 "keyword": "bing.com", | |
708 "favicon_url": "http://www.bing.com/s/wlflag.ico", | |
709 "search_url": "http://www.bing.com/search?setmkt=tr-TR&q={searchTerms}", | |
710 "suggest_url": "http://api.bing.com/osjson.aspx?query={searchTerms}&langua
ge={language}", | |
711 "type": "SEARCH_ENGINE_BING", | |
712 "id": 3 | |
713 }, | |
714 | |
715 "bing_uk_UA": { | |
716 "name": "Bing", | |
717 "keyword": "bing.com", | |
718 "favicon_url": "http://www.bing.com/s/wlflag.ico", | |
719 "search_url": "http://www.bing.com/search?setmkt=uk-UA&q={searchTerms}", | |
720 "suggest_url": "http://api.bing.com/osjson.aspx?query={searchTerms}&langua
ge={language}", | |
721 "type": "SEARCH_ENGINE_BING", | |
722 "id": 3 | |
723 }, | |
724 | |
725 "bing_zh_CN": { | |
726 "name": "Bing", | |
727 "keyword": "bing.com", | |
728 "favicon_url": "http://www.bing.com/s/wlflag.ico", | |
729 "search_url": "http://www.bing.com/search?setmkt=zh-CN&q={searchTerms}", | |
730 "suggest_url": "http://api.bing.com/osjson.aspx?query={searchTerms}&langua
ge={language}", | |
731 "type": "SEARCH_ENGINE_BING", | |
732 "id": 3 | |
733 }, | |
734 | |
735 "bing_zh_HK": { | |
736 "name": "Bing", | |
737 "keyword": "bing.com", | |
738 "favicon_url": "http://www.bing.com/s/wlflag.ico", | |
739 "search_url": "http://www.bing.com/search?setmkt=zh-HK&q={searchTerms}", | |
740 "suggest_url": "http://api.bing.com/osjson.aspx?query={searchTerms}&langua
ge={language}", | |
741 "type": "SEARCH_ENGINE_BING", | |
742 "id": 3 | |
743 }, | |
744 | |
745 "bing_zh_TW": { | |
746 "name": "Bing", | |
747 "keyword": "bing.com", | |
748 "favicon_url": "http://www.bing.com/s/wlflag.ico", | |
749 "search_url": "http://www.bing.com/search?setmkt=zh-TW&q={searchTerms}", | |
750 "suggest_url": "http://api.bing.com/osjson.aspx?query={searchTerms}&langua
ge={language}", | |
751 "type": "SEARCH_ENGINE_BING", | |
752 "id": 3 | |
753 }, | |
754 | |
755 "centrum_cz": { | |
756 "name": "Centrum.cz", | |
757 "keyword": "centrum.cz", | |
758 "favicon_url": "http://img.centrum.cz/6/vy2/o/favicon.ico", | |
759 "search_url": "http://search.centrum.cz/index.php?charset={inputEncoding}&
q={searchTerms}", | |
760 "type": "SEARCH_ENGINE_CENTRUM", | |
761 "id": 26 | |
762 }, | |
763 | |
764 "centrum_sk": { | |
765 "name": "Centrum.sk", | |
766 "keyword": "centrum.sk", | |
767 "favicon_url": "http://img.centrum.sk/4/favicon.ico", | |
768 "search_url": "http://search.centrum.sk/index.php?charset={inputEncoding}&
q={searchTerms}", | |
769 "type": "SEARCH_ENGINE_CENTRUM", | |
770 "id": 26 | |
771 }, | |
772 | |
773 "daum": { | |
774 "name": "Daum", | |
775 "keyword": "daum.net", | |
776 "favicon_url": "http://icon.daum-img.net/favicon.ico", | |
777 "search_url": "http://search.daum.net/search?q={searchTerms}", | |
778 "suggest_url": "http://sug.search.daum.net/search_nsuggest?mod=fxjson&code
=utf_in_out&q={searchTerms}", | |
779 "type": "SEARCH_ENGINE_DAUM", | |
780 "id": 68 | |
781 }, | |
782 | |
783 "delfi_lt": { | |
784 "name": "DELFI", | |
785 "keyword": "delfi.lt", | |
786 "favicon_url": "http://search.delfi.lt/img/favicon.png", | |
787 "search_url": "http://search.delfi.lt/search.php?q={searchTerms}", | |
788 "type": "SEARCH_ENGINE_DELFI", | |
789 "id": 45 | |
790 }, | |
791 | |
792 "delfi_lv": { | |
793 "name": "DELFI", | |
794 "keyword": "delfi.lv", | |
795 "favicon_url": "http://smart.delfi.lv/img/smart_search.png", | |
796 "search_url": "http://smart.delfi.lv/i.php?enc={inputEncoding}&q={searchTe
rms}", | |
797 "type": "SEARCH_ENGINE_DELFI", | |
798 "id": 45 | |
799 }, | |
800 | |
801 "diri": { | |
802 "name": "diri", | |
803 "keyword": "diri.bg", | |
804 "favicon_url": "http://i.dir.bg/diri/images/favicon.ico", | |
805 "search_url": "http://diri.bg/search.php?textfield={searchTerms}", | |
806 "encoding": "windows-1251", | |
807 "type": "SEARCH_ENGINE_DIRI", | |
808 "id": 32 | |
809 }, | |
810 | |
811 "eniro_fi": { | |
812 "name": "Eniro", | |
813 "keyword": "eniro.fi", | |
814 "favicon_url": "http://eniro.fi/favicon.ico", | |
815 "search_url": "http://eniro.fi/query?search_word={searchTerms}&what=web_lo
cal", | |
816 "encoding": "ISO-8859-1", | |
817 "id": 29 | |
818 }, | |
819 | |
820 "eniro_se": { | |
821 "name": "Eniro", | |
822 "keyword": "eniro.se", | |
823 "favicon_url": "http://eniro.se/favicon.ico", | |
824 "search_url": "http://eniro.se/query?search_word={searchTerms}&what=web_lo
cal", | |
825 "encoding": "ISO-8859-1", | |
826 "id": 29 | |
827 }, | |
828 | |
829 "fonecta_02_fi": { | |
830 "name": "Fonecta 02.fi", | |
831 "keyword": "www.fi", | |
832 "favicon_url": "http://www.02.fi/img/favicon.ico", | |
833 "search_url": "http://www.02.fi/haku/{searchTerms}", | |
834 "id": 46 | |
835 }, | |
836 | |
837 "goo": { | |
838 "name": "goo", | |
839 "keyword": "search.goo.ne.jp", | |
840 "favicon_url": "http://goo.ne.jp/favicon.ico", | |
841 "search_url": "http://search.goo.ne.jp/web.jsp?MT={searchTerms}&IE={inputE
ncoding}", | |
842 "type": "SEARCH_ENGINE_GOO", | |
843 "id": 23 | |
844 }, | |
845 | |
846 "google": { | |
847 "name": "Google", | |
848 "keyword": "google.com", | |
849 "favicon_url": "http://www.google.com/favicon.ico", | |
850 "search_url": "{google:baseURL}search?q={searchTerms}&{google:RLZ}{google:
acceptedSuggestion}{google:originalQueryForSuggestion}{google:assistedQueryStats
}{google:searchFieldtrialParameter}sourceid=chrome&ie={inputEncoding}", | |
851 "suggest_url": "{google:baseSuggestURL}search?{google:searchFieldtrialPara
meter}client=chrome&q={searchTerms}&sugkey={google:suggestAPIKeyParameter}", | |
852 "instant_url": "{google:baseURL}webhp?sourceid=chrome-instant&{google:RLZ}
{google:instantEnabledParameter}ie={inputEncoding}", | |
853 "alternate_urls": [ | |
854 "{google:baseURL}#q={searchTerms}", | |
855 "{google:baseURL}search#q={searchTerms}", | |
856 "{google:baseURL}webhp#q={searchTerms}" | |
857 ], | |
858 "type": "SEARCH_ENGINE_GOOGLE", | |
859 "id": 1 | |
860 }, | |
861 | |
862 "guruji": { | |
863 "name": "guruji", | |
864 "keyword": "guruji.com", | |
865 "favicon_url": "http://guruji.com/favicon.ico", | |
866 "search_url": "http://guruji.com/search?q={searchTerms}", | |
867 "id": 38 | |
868 }, | |
869 | |
870 "hispavista": { | |
871 "name": "hispavista", | |
872 "keyword": "hispavista.com", | |
873 "favicon_url": "http://buscar.hispavista.com/favicon.ico", | |
874 "search_url": "http://buscar.hispavista.com/?cadena={searchTerms}", | |
875 "encoding": "iso-8859-1", | |
876 "id": 18 | |
877 }, | |
878 | |
879 "in": { | |
880 "name": "in.gr", | |
881 "keyword": "in.gr", | |
882 "favicon_url": "http://www.in.gr/favicon.ico", | |
883 "search_url": "http://find.in.gr/?qs={searchTerms}", | |
884 "encoding": "ISO-8859-7", | |
885 "type": "SEARCH_ENGINE_IN", | |
886 "id": 54 | |
887 }, | |
888 | |
889 "jabse": { | |
890 "name": "Jabse", | |
891 "keyword": "jabse.com", | |
892 "favicon_url": "http://www.jabse.com/favicon.ico", | |
893 "search_url": "http://www.jabse.com/searchmachine.php?query={searchTerms}"
, | |
894 "id": 19 | |
895 }, | |
896 | |
897 "jubii": { | |
898 "name": "Jubii", | |
899 "keyword": "jubii.dk", | |
900 "favicon_url": "http://search.jubii.dk/favicon_jubii.ico", | |
901 "search_url": "http://search.jubii.dk/cgi-bin/pursuit?query={searchTerms}"
, | |
902 "encoding": "ISO-8859-1", | |
903 "id": 28 | |
904 }, | |
905 | |
906 "kvasir": { | |
907 "name": "Kvasir", | |
908 "keyword": "kvasir.no", | |
909 "favicon_url": "http://www.kvasir.no/img/favicon.ico", | |
910 "search_url": "http://www.kvasir.no/nettsok/searchResult.html?searchExpr={
searchTerms}", | |
911 "encoding": "ISO-8859-1", | |
912 "id": 73 | |
913 }, | |
914 | |
915 "latne": { | |
916 "name": "LATNE", | |
917 "keyword": "latne.lv", | |
918 "favicon_url": "http://latne.lv/favicon.ico", | |
919 "search_url": "http://latne.lv/siets.php?q={searchTerms}", | |
920 "id": 71 | |
921 }, | |
922 | |
923 "leit": { | |
924 "name": "leit.is", | |
925 "keyword": "leit.is", | |
926 "favicon_url": "http://leit.is/leit.ico", | |
927 "search_url": "http://leit.is/query.aspx?qt={searchTerms}", | |
928 "encoding": "ISO-8859-1", | |
929 "id": 59 | |
930 }, | |
931 | |
932 "libero": { | |
933 "name": "Libero", | |
934 "keyword": "libero.it", | |
935 "favicon_url": "http://arianna.libero.it/favicon.ico", | |
936 "search_url": "http://arianna.libero.it/search/abin/integrata.cgi?query={s
earchTerms}", | |
937 "encoding": "ISO-8859-1", | |
938 "id": 63 | |
939 }, | |
940 | |
941 "mail_ru": { | |
942 "name": "@MAIL.RU", | |
943 "keyword": "mail.ru", | |
944 "favicon_url": "http://img.go.mail.ru/favicon.ico", | |
945 "search_url": "http://go.mail.ru/search?q={searchTerms}", | |
946 "encoding": "windows-1251", | |
947 "suggest_url": "http://suggests.go.mail.ru/chrome?q={searchTerms}", | |
948 "type": "SEARCH_ENGINE_MAILRU", | |
949 "id": 83 | |
950 }, | |
951 | |
952 "maktoob": { | |
953 "name": "\u0645\u0643\u062a\u0648\u0628", | |
954 "keyword": "maktoob.com", | |
955 "favicon_url": "http://www.maktoob.com/favicon.ico", | |
956 "search_url": "http://www.maktoob.com/searchResult.php?q={searchTerms}", | |
957 "id": 13 | |
958 }, | |
959 | |
960 "masrawy": { | |
961 "name": "\u0645\u0635\u0631\u0627\u0648\u064a", | |
962 "keyword": "masrawy.com", | |
963 "favicon_url": "http://www.masrawy.com/new/images/masrawy.ico", | |
964 "search_url": "http://masrawy.com/new/search.aspx?sr={searchTerms}", | |
965 "encoding": "windows-1256", | |
966 "id": 14 | |
967 }, | |
968 | |
969 "mynet": { | |
970 "name": "MYNET", | |
971 "keyword": "mynet.com", | |
972 "favicon_url": "http://img.mynet.com/mynetfavori.ico", | |
973 "search_url": "http://arama.mynet.com/search.aspx?q={searchTerms}&pg=q", | |
974 "encoding": "windows-1254", | |
975 "id": 101 | |
976 }, | |
977 | |
978 "najdi": { | |
979 "name": "Najdi.si", | |
980 "keyword": "najdi.si", | |
981 "favicon_url": "http://www.najdi.si/master/favicon.ico", | |
982 "search_url": "http://www.najdi.si/search.jsp?q={searchTerms}", | |
983 "type": "SEARCH_ENGINE_NAJDI", | |
984 "id": 87 | |
985 }, | |
986 | |
987 "nate": { | |
988 "name": "\ub124\uc774\ud2b8\ub2f7\ucef4", | |
989 "keyword": "nate.com", | |
990 "favicon_url": "http://nate.search.empas.com/favicon.ico", | |
991 "search_url": "http://nate.search.empas.com/search/all.html?q={searchTerms
}", | |
992 "encoding": "EUC-KR", | |
993 "id": 69 | |
994 }, | |
995 | |
996 "naver": { | |
997 "name": "\ub124\uc774\ubc84", | |
998 "keyword": "naver.com", | |
999 "favicon_url": "http://search.naver.com/favicon.ico", | |
1000 "search_url": "http://search.naver.com/search.naver?ie={inputEncoding}&que
ry={searchTerms}", | |
1001 "suggest_url": "http://ac.search.naver.com/autocompl?m=s&ie={inputEncoding
}&oe=utf-8&q={searchTerms}", | |
1002 "type": "SEARCH_ENGINE_NAVER", | |
1003 "id": 67 | |
1004 }, | |
1005 | |
1006 "neti": { | |
1007 "name": "NETI", | |
1008 "keyword": "neti.ee", | |
1009 "favicon_url": "http://www.neti.ee/favicon.ico", | |
1010 "search_url": "http://www.neti.ee/cgi-bin/otsing?query={searchTerms}", | |
1011 "encoding": "ISO-8859-1", | |
1012 "type": "SEARCH_ENGINE_NETI", | |
1013 "id": 44 | |
1014 }, | |
1015 | |
1016 "netsprint": { | |
1017 "name": "NetSprint", | |
1018 "keyword": "netsprint.pl", | |
1019 "favicon_url": "http://netsprint.pl/favicon.ico", | |
1020 "search_url": "http://www.netsprint.pl/serwis/search?q={searchTerms}", | |
1021 "type": "SEARCH_ENGINE_NETSPRINT", | |
1022 "id": 30 | |
1023 }, | |
1024 | |
1025 "nur_kz": { | |
1026 "name": "NUR.KZ", | |
1027 "keyword": "nur.kz", | |
1028 "favicon_url": "http://www.nur.kz/favicon_kz.ico", | |
1029 "search_url": "http://search.nur.kz/?encoding={inputEncoding}&query={searc
hTerms}", | |
1030 "id": 20 | |
1031 }, | |
1032 | |
1033 "ok": { | |
1034 "name": "OK.hu", | |
1035 "keyword": "ok.hu", | |
1036 "favicon_url": "http://ok.hu/gfx/favicon.ico", | |
1037 "search_url": "http://ok.hu/katalogus?q={searchTerms}", | |
1038 "encoding": "ISO-8859-2", | |
1039 "type": "SEARCH_ENGINE_OK", | |
1040 "id": 6 | |
1041 }, | |
1042 | |
1043 "onet": { | |
1044 "name": "Onet.pl", | |
1045 "keyword": "onet.pl", | |
1046 "favicon_url": "http://szukaj.onet.pl/favicon.ico", | |
1047 "search_url": "http://szukaj.onet.pl/query.html?qt={searchTerms}", | |
1048 "encoding": "ISO-8859-2", | |
1049 "id": 75 | |
1050 }, | |
1051 | |
1052 "pogodak_rs": { | |
1053 "name": "Pogodak!", | |
1054 "keyword": "pogodak.rs", | |
1055 "favicon_url": "http://www.pogodak.rs/favicon.ico", | |
1056 "search_url": "http://www.pogodak.rs/search.jsp?q={searchTerms}", | |
1057 "type": "SEARCH_ENGINE_POGODAK", | |
1058 "id": 24 | |
1059 }, | |
1060 | |
1061 "rambler": { | |
1062 "name": "Rambler", | |
1063 "keyword": "rambler.ru", | |
1064 "favicon_url": "http://www.rambler.ru/favicon.ico", | |
1065 "search_url": "http://www.rambler.ru/srch?words={searchTerms}", | |
1066 "encoding": "windows-1251", | |
1067 "type": "SEARCH_ENGINE_RAMBLER", | |
1068 "id": 16 | |
1069 }, | |
1070 | |
1071 "rediff": { | |
1072 "name": "Rediff", | |
1073 "keyword": "rediff.com", | |
1074 "favicon_url": "http://search1.rediff.com/favicon.ico", | |
1075 "search_url": "http://search1.rediff.com/dirsrch/default.asp?MT={searchTer
ms}", | |
1076 "id": 37 | |
1077 }, | |
1078 | |
1079 "rednano": { | |
1080 "name": "Rednano", | |
1081 "keyword": "rednano.sg", | |
1082 "favicon_url": "http://rednano.sg/favicon.ico", | |
1083 "search_url": "http://rednano.sg/sfe/lwi.action?querystring={searchTerms}"
, | |
1084 "id": 41 | |
1085 }, | |
1086 | |
1087 "sanook": { | |
1088 "name": "\u0e2a\u0e19\u0e38\u0e01!", | |
1089 "keyword": "sanook.com", | |
1090 "favicon_url": "http://search.sanook.com/favicon.ico", | |
1091 "search_url": "http://search.sanook.com/search.php?q={searchTerms}", | |
1092 "type": "SEARCH_ENGINE_SANOOK", | |
1093 "id": 100 | |
1094 }, | |
1095 | |
1096 "sapo": { | |
1097 "name": "SAPO", | |
1098 "keyword": "sapo.pt", | |
1099 "favicon_url": "http://imgs.sapo.pt/images/sapo.ico", | |
1100 "search_url": "http://pesquisa.sapo.pt/?q={searchTerms}", | |
1101 "suggest_url": "http://pesquisa.sapo.pt/livesapo?q={searchTerms}", | |
1102 "type": "SEARCH_ENGINE_SAPO", | |
1103 "id": 77 | |
1104 }, | |
1105 | |
1106 "search_de_CH": { | |
1107 "name": "search.ch", | |
1108 "keyword": "search.ch", | |
1109 "favicon_url": "http://www.search.ch/favicon.ico", | |
1110 "search_url": "http://www.search.ch/index.de.html?q={searchTerms}", | |
1111 "encoding": "ISO-8859-1", | |
1112 "id": 51 | |
1113 }, | |
1114 | |
1115 "search_fr_CH": { | |
1116 "name": "search.ch", | |
1117 "keyword": "search.ch_", // search.ch is taken by search_de_CH. | |
1118 "favicon_url": "http://www.search.ch/favicon.ico", | |
1119 "search_url": "http://www.search.ch/index.fr.html?q={searchTerms}", | |
1120 "id": 22 | |
1121 }, | |
1122 | |
1123 "seznam": { | |
1124 "name": "Seznam", | |
1125 "keyword": "seznam.cz", | |
1126 "favicon_url": "http://1.im.cz/szn/img/favicon.ico", | |
1127 "search_url": "http://search.seznam.cz/?q={searchTerms}", | |
1128 "suggest_url": "http:///suggest.fulltext.seznam.cz/?dict=fulltext_ff&phras
e={searchTerms}&encoding={inputEncoding}&response_encoding=utf-8", | |
1129 "type": "SEARCH_ENGINE_SEZNAM", | |
1130 "id": 25 | |
1131 }, | |
1132 | |
1133 "terra_ar": { | |
1134 "name": "Terra Argentina", | |
1135 "keyword": "terra.com.ar", | |
1136 "favicon_url": "http://buscar.terra.com.ar/favicon.ico", | |
1137 "search_url": "http://buscar.terra.com.ar/Default.aspx?query={searchTerms}
&source=Search", | |
1138 "encoding": "ISO-8859-1", | |
1139 "id": 90 | |
1140 }, | |
1141 | |
1142 "terra_es": { | |
1143 "name": "Terra", | |
1144 "keyword": "terra.es", | |
1145 "favicon_url": "http://buscador.terra.es/favicon.ico", | |
1146 "search_url": "http://buscador.terra.es/Default.aspx?query={searchTerms}&s
ource=Search", | |
1147 "encoding": "ISO-8859-1", | |
1148 "id": 90 | |
1149 }, | |
1150 | |
1151 "tut": { | |
1152 "name": "TUT.BY", | |
1153 "keyword": "tut.by", | |
1154 "favicon_url": "http://www.tut.by/favicon.ico", | |
1155 "search_url": "http://search.tut.by/?query={searchTerms}", | |
1156 "encoding": "windows-1251", | |
1157 "type": "SEARCH_ENGINE_TUT", | |
1158 "id": 17 | |
1159 }, | |
1160 | |
1161 "uol": { | |
1162 "name": "UOL Busca", | |
1163 "keyword": "busca.uol.com.br", | |
1164 "favicon_url": "http://busca.uol.com.br/favicon.ico", | |
1165 "search_url": "http://busca.uol.com.br/www/index.html?q={searchTerms}", | |
1166 "encoding": "ISO-8859-1", | |
1167 "id": 82 | |
1168 }, | |
1169 | |
1170 "virgilio": { | |
1171 "name": "Virgilio", | |
1172 "keyword": "virgilio.it", | |
1173 "favicon_url": "http://ricerca.alice.it/favicon.ico", | |
1174 "search_url": "http://ricerca.alice.it/ricerca?qs={searchTerms}", | |
1175 "encoding": "ISO-8859-1", | |
1176 "type": "SEARCH_ENGINE_VIRGILIO", | |
1177 "id": 62 | |
1178 }, | |
1179 | |
1180 "walla": { | |
1181 "name": "\u05d5\u05d5\u05d0\u05dc\u05d4!", | |
1182 "keyword": "walla.co.il", | |
1183 "favicon_url": "http://www.walla.co.il/favicon.ico", | |
1184 "search_url": "http://search.walla.co.il/?e=hew&q={searchTerms}", | |
1185 "encoding": "windows-1255", | |
1186 "type": "SEARCH_ENGINE_WALLA", | |
1187 "id": 55 | |
1188 }, | |
1189 | |
1190 "wp": { | |
1191 "name": "Wirtualna Polska", | |
1192 "keyword": "wp.pl", | |
1193 "favicon_url": "http://szukaj.wp.pl/favicon.ico", | |
1194 "search_url": "http://szukaj.wp.pl/szukaj.html?szukaj={searchTerms}", | |
1195 "encoding": "ISO-8859-2", | |
1196 "id": 76 | |
1197 }, | |
1198 | |
1199 "yahoo": { | |
1200 "name": "Yahoo!", | |
1201 "keyword": "yahoo.com", | |
1202 "favicon_url": "http://search.yahoo.com/favicon.ico", | |
1203 "search_url": "http://search.yahoo.com/search?ei={inputEncoding}&fr=crmas&
p={searchTerms}", | |
1204 "suggest_url": "http://ff.search.yahoo.com/gossip?output=fxjson&command={s
earchTerms}", | |
1205 "type": "SEARCH_ENGINE_YAHOO", | |
1206 "id": 2 | |
1207 }, | |
1208 | |
1209 // For regional Yahoo variants without region-specific suggestion service, | |
1210 // suggestion is disabled. For some of them, we might consider | |
1211 // using a fallback (e.g. de for at/ch, ca or fr for qc, en for nl, no, hk). | |
1212 "yahoo_ar": { | |
1213 "name": "Yahoo! Argentina", | |
1214 "keyword": "ar.yahoo.com", | |
1215 "favicon_url": "http://ar.search.yahoo.com/favicon.ico", | |
1216 "search_url": "http://ar.search.yahoo.com/search?ei={inputEncoding}&fr=crm
as&p={searchTerms}", | |
1217 "suggest_url": "http://ar-sayt.ff.search.yahoo.com/gossip-ar-sayt?output=f
xjson&command={searchTerms}", | |
1218 "type": "SEARCH_ENGINE_YAHOO", | |
1219 "id": 2 | |
1220 }, | |
1221 | |
1222 "yahoo_at": { | |
1223 "name": "Yahoo! Suche", | |
1224 "keyword": "at.yahoo.com", | |
1225 "favicon_url": "http://at.search.yahoo.com/favicon.ico", | |
1226 "search_url": "http://at.search.yahoo.com/search?ei={inputEncoding}&fr=crm
as&p={searchTerms}", | |
1227 "type": "SEARCH_ENGINE_YAHOO", | |
1228 "id": 2 | |
1229 }, | |
1230 | |
1231 "yahoo_au": { | |
1232 "name": "Yahoo!7", | |
1233 "keyword": "au.yahoo.com", | |
1234 "favicon_url": "http://au.search.yahoo.com/favicon.ico", | |
1235 "search_url": "http://au.search.yahoo.com/search?ei={inputEncoding}&fr=crm
as&p={searchTerms}", | |
1236 "suggest_url": "http://aue-sayt.ff.search.yahoo.com/gossip-au-sayt?output=
fxjson&command={searchTerms}", | |
1237 "type": "SEARCH_ENGINE_YAHOO", | |
1238 "id": 2 | |
1239 }, | |
1240 | |
1241 "yahoo_br": { | |
1242 "name": "Yahoo! Brasil", | |
1243 "keyword": "br.yahoo.com", | |
1244 "favicon_url": "http://br.search.yahoo.com/favicon.ico", | |
1245 "search_url": "http://br.search.yahoo.com/search?ei={inputEncoding}&fr=crm
as&p={searchTerms}", | |
1246 "suggest_url": "http://br-sayt.ff.search.yahoo.com/gossip-br-sayt?output=f
xjson&command={searchTerms}", | |
1247 "type": "SEARCH_ENGINE_YAHOO", | |
1248 "id": 2 | |
1249 }, | |
1250 | |
1251 "yahoo_ca": { | |
1252 "name": "Yahoo! Canada", | |
1253 "keyword": "ca.yahoo.com", | |
1254 "favicon_url": "http://ca.search.yahoo.com/favicon.ico", | |
1255 "search_url": "http://ca.search.yahoo.com/search?ei={inputEncoding}&fr=crm
as&p={searchTerms}", | |
1256 "suggest_url": "http://gossip.ca.yahoo.com/gossip-ca-sayt?output=fxjsonp&c
ommand={searchTerms}", | |
1257 "type": "SEARCH_ENGINE_YAHOO", | |
1258 "id": 2 | |
1259 }, | |
1260 | |
1261 "yahoo_ch": { | |
1262 "name": "Yahoo! Suche", | |
1263 "keyword": "ch.yahoo.com", | |
1264 "favicon_url": "http://ch.search.yahoo.com/favicon.ico", | |
1265 "search_url": "http://ch.search.yahoo.com/search?ei={inputEncoding}&fr=crm
as&p={searchTerms}", | |
1266 "type": "SEARCH_ENGINE_YAHOO", | |
1267 "id": 2 | |
1268 }, | |
1269 | |
1270 "yahoo_cl": { | |
1271 "name": "Yahoo! Chile", | |
1272 "keyword": "cl.yahoo.com", | |
1273 "favicon_url": "http://cl.search.yahoo.com/favicon.ico", | |
1274 "search_url": "http://cl.search.yahoo.com/search?ei={inputEncoding}&fr=crm
as&p={searchTerms}", | |
1275 "suggest_url": "http://gossip.telemundo.yahoo.com/gossip-e1-sayt?output=fx
json&command={searchTerms}", | |
1276 "type": "SEARCH_ENGINE_YAHOO", | |
1277 "id": 2 | |
1278 }, | |
1279 | |
1280 "yahoo_cn": { | |
1281 "name": "\u4e2d\u56fd\u96c5\u864e", | |
1282 "keyword": "cn.yahoo.com", | |
1283 "favicon_url": "http://search.cn.yahoo.com/favicon.ico", | |
1284 "search_url": "http://search.cn.yahoo.com/search?ei={inputEncoding}&fr=crm
as&p={searchTerms}", | |
1285 "encoding": "GB2312", | |
1286 "type": "SEARCH_ENGINE_YAHOO", | |
1287 "id": 2 | |
1288 }, | |
1289 | |
1290 "yahoo_co": { | |
1291 "name": "Yahoo! Colombia", | |
1292 "keyword": "co.yahoo.com", | |
1293 "favicon_url": "http://co.search.yahoo.com/favicon.ico", | |
1294 "search_url": "http://co.search.yahoo.com/search?ei={inputEncoding}&fr=crm
as&p={searchTerms}", | |
1295 "suggest_url": "http://gossip.telemundo.yahoo.com/gossip-e1-sayt?output=fx
json&command={searchTerms}", | |
1296 "type": "SEARCH_ENGINE_YAHOO", | |
1297 "id": 2 | |
1298 }, | |
1299 | |
1300 "yahoo_de": { | |
1301 "name": "Yahoo! Deutschland", | |
1302 "keyword": "de.yahoo.com", | |
1303 "favicon_url": "http://de.search.yahoo.com/favicon.ico", | |
1304 "search_url": "http://de.search.yahoo.com/search?ei={inputEncoding}&fr=crm
as&p={searchTerms}", | |
1305 "suggest_url": "http://de-sayt.ff.search.yahoo.com/gossip-de-sayt?output=f
xjson&command={searchTerms}", | |
1306 "type": "SEARCH_ENGINE_YAHOO", | |
1307 "id": 2 | |
1308 }, | |
1309 | |
1310 "yahoo_dk": { | |
1311 "name": "Yahoo! Danmark", | |
1312 "keyword": "dk.yahoo.com", | |
1313 "favicon_url": "http://dk.search.yahoo.com/favicon.ico", | |
1314 "search_url": "http://dk.search.yahoo.com/search?ei={inputEncoding}&fr=crm
as&p={searchTerms}", | |
1315 "type": "SEARCH_ENGINE_YAHOO", | |
1316 "id": 2 | |
1317 }, | |
1318 | |
1319 "yahoo_es": { | |
1320 "name": "Yahoo! Espa\u00f1a", | |
1321 "keyword": "es.yahoo.com", | |
1322 "favicon_url": "http://es.search.yahoo.com/favicon.ico", | |
1323 "search_url": "http://es.search.yahoo.com/search?ei={inputEncoding}&fr=crm
as&p={searchTerms}", | |
1324 "suggest_url": "http://es-sayt.ff.search.yahoo.com/gossip-es-sayt?output=f
xjson&command={searchTerms}", | |
1325 "type": "SEARCH_ENGINE_YAHOO", | |
1326 "id": 2 | |
1327 }, | |
1328 | |
1329 "yahoo_fi": { | |
1330 "name": "Yahoo!-haku", | |
1331 "keyword": "fi.yahoo.com", | |
1332 "favicon_url": "http://fi.search.yahoo.com/favicon.ico", | |
1333 "search_url": "http://fi.search.yahoo.com/search?ei={inputEncoding}&fr=crm
as&p={searchTerms}", | |
1334 "type": "SEARCH_ENGINE_YAHOO", | |
1335 "id": 2 | |
1336 }, | |
1337 | |
1338 "yahoo_fr": { | |
1339 "name": "Yahoo! France", | |
1340 "keyword": "fr.yahoo.com", | |
1341 "favicon_url": "http://fr.search.yahoo.com/favicon.ico", | |
1342 "search_url": "http://fr.search.yahoo.com/search?ei={inputEncoding}&fr=crm
as&p={searchTerms}", | |
1343 "suggest_url": "http://fr-sayt.ff.search.yahoo.com/gossip-fr-sayt?output=f
xjson&command={searchTerms}", | |
1344 "type": "SEARCH_ENGINE_YAHOO", | |
1345 "id": 2 | |
1346 }, | |
1347 | |
1348 "yahoo_hk": { | |
1349 "name": "Yahoo! Hong Kong", | |
1350 "keyword": "hk.yahoo.com", | |
1351 "favicon_url": "http://hk.search.yahoo.com/favicon.ico", | |
1352 "search_url": "http://hk.search.yahoo.com/search?ei={inputEncoding}&fr=crm
as&p={searchTerms}", | |
1353 "type": "SEARCH_ENGINE_YAHOO", | |
1354 "id": 2 | |
1355 }, | |
1356 | |
1357 "yahoo_id": { | |
1358 "name": "Yahoo! Indonesia", | |
1359 "keyword": "id.yahoo.com", | |
1360 "favicon_url": "http://id.search.yahoo.com/favicon.ico", | |
1361 "search_url": "http://id.search.yahoo.com/search?ei={inputEncoding}&fr=crm
as&p={searchTerms}", | |
1362 "suggest_url": "http://id-sayt.ff.search.yahoo.com/gossip-id-sayt?output=f
xjson&command={searchTerms}", | |
1363 "type": "SEARCH_ENGINE_YAHOO", | |
1364 "id": 2 | |
1365 }, | |
1366 | |
1367 "yahoo_in": { | |
1368 "name": "Yahoo! India", | |
1369 "keyword": "in.yahoo.com", | |
1370 "favicon_url": "http://in.search.yahoo.com/favicon.ico", | |
1371 "search_url": "http://in.search.yahoo.com/search?ei={inputEncoding}&fr=crm
as&p={searchTerms}", | |
1372 "suggest_url": "http://in-sayt.ff.search.yahoo.com/gossip-in-sayt?output=f
xjson&command={searchTerms}", | |
1373 "type": "SEARCH_ENGINE_YAHOO", | |
1374 "id": 2 | |
1375 }, | |
1376 | |
1377 "yahoo_it": { | |
1378 "name": "Yahoo! Italia", | |
1379 "keyword": "it.yahoo.com", | |
1380 "favicon_url": "http://it.search.yahoo.com/favicon.ico", | |
1381 "search_url": "http://it.search.yahoo.com/search?ei={inputEncoding}&fr=crm
as&p={searchTerms}", | |
1382 "suggest_url": "http://it-sayt.ff.search.yahoo.com/gossip-it-sayt?output=f
xjson&command={searchTerms}", | |
1383 "type": "SEARCH_ENGINE_YAHOO", | |
1384 "id": 2 | |
1385 }, | |
1386 | |
1387 "yahoo_jp": { | |
1388 "name": "Yahoo! JAPAN", | |
1389 "keyword": "yahoo.co.jp", | |
1390 "favicon_url": "http://search.yahoo.co.jp/favicon.ico", | |
1391 "search_url": "http://search.yahoo.co.jp/search?ei={inputEncoding}&fr=crma
s&p={searchTerms}", | |
1392 "type": "SEARCH_ENGINE_YAHOOJP", | |
1393 "id": 2 | |
1394 }, | |
1395 | |
1396 "yahoo_kr": { | |
1397 "name": "\uc57c\ud6c4! \ucf54\ub9ac\uc544", | |
1398 "keyword": "kr.yahoo.com", | |
1399 "favicon_url": "http://kr.search.yahoo.com/favicon.ico", | |
1400 "search_url": "http://kr.search.yahoo.com/search?ei={inputEncoding}&fr=crm
as&p={searchTerms}", | |
1401 "suggest_url": "http://kr.atc.search.yahoo.com/atcx.php?property=main&ot=f
xjson&ei=utf8&eo=utf8&command={searchTerms}", | |
1402 "type": "SEARCH_ENGINE_YAHOO", | |
1403 "id": 2 | |
1404 }, | |
1405 | |
1406 "yahoo_malaysia": { | |
1407 "name": "Yahoo! Malaysia", | |
1408 "keyword": "malaysia.yahoo.com", | |
1409 "favicon_url": "http://malaysia.search.yahoo.com/favicon.ico", | |
1410 "search_url": "http://malaysia.search.yahoo.com/search?ei={inputEncoding}&
fr=crmas&p={searchTerms}", | |
1411 "suggest_url": "http://my-sayt.ff.search.yahoo.com/gossip-my-sayt?output=f
xjson&command={searchTerms}", | |
1412 "type": "SEARCH_ENGINE_YAHOO", | |
1413 "id": 2 | |
1414 }, | |
1415 | |
1416 "yahoo_mx": { | |
1417 "name": "Yahoo! M\u00e9xico", | |
1418 "keyword": "mx.yahoo.com", | |
1419 "favicon_url": "http://mx.search.yahoo.com/favicon.ico", | |
1420 "search_url": "http://mx.search.yahoo.com/search?ei={inputEncoding}&fr=crm
as&p={searchTerms}", | |
1421 "suggest_url": "http://gossip.mx.yahoo.com/gossip-mx-sayt?output=fxjsonp&c
ommand={searchTerms}", | |
1422 "type": "SEARCH_ENGINE_YAHOO", | |
1423 "id": 2 | |
1424 }, | |
1425 | |
1426 "yahoo_nl": { | |
1427 "name": "Yahoo! Nederland", | |
1428 "keyword": "nl.yahoo.com", | |
1429 "favicon_url": "http://nl.search.yahoo.com/favicon.ico", | |
1430 "search_url": "http://nl.search.yahoo.com/search?ei={inputEncoding}&fr=crm
as&p={searchTerms}", | |
1431 "type": "SEARCH_ENGINE_YAHOO", | |
1432 "id": 2 | |
1433 }, | |
1434 | |
1435 "yahoo_no": { | |
1436 "name": "Yahoo! Norge", | |
1437 "keyword": "no.yahoo.com", | |
1438 "favicon_url": "http://no.search.yahoo.com/favicon.ico", | |
1439 "search_url": "http://no.search.yahoo.com/search?ei={inputEncoding}&fr=crm
as&p={searchTerms}", | |
1440 "type": "SEARCH_ENGINE_YAHOO", | |
1441 "id": 2 | |
1442 }, | |
1443 | |
1444 "yahoo_nz": { | |
1445 "name": "Yahoo!Xtra", | |
1446 "keyword": "nz.yahoo.com", | |
1447 "favicon_url": "http://nz.search.yahoo.com/favicon.ico", | |
1448 "search_url": "http://nz.search.yahoo.com/search?ei={inputEncoding}&fr=crm
as&p={searchTerms}", | |
1449 "suggest_url": "http://aue-sayt.ff.search.yahoo.com/gossip-nz-sayt?output=
fxjson&command={searchTerms}", | |
1450 "type": "SEARCH_ENGINE_YAHOO", | |
1451 "id": 2 | |
1452 }, | |
1453 | |
1454 "yahoo_pe": { | |
1455 "name": "Yahoo! Per\u00fa", | |
1456 "keyword": "pe.yahoo.com", | |
1457 "favicon_url": "http://pe.search.yahoo.com/favicon.ico", | |
1458 "search_url": "http://pe.search.yahoo.com/search?ei={inputEncoding}&fr=crm
as&p={searchTerms}", | |
1459 "suggest_url": "http://gossip.telemundo.yahoo.com/gossip-e1-sayt?output=fx
json&command={searchTerms}", | |
1460 "type": "SEARCH_ENGINE_YAHOO", | |
1461 "id": 2 | |
1462 }, | |
1463 | |
1464 "yahoo_ph": { | |
1465 "name": "Yahoo! Philippines", | |
1466 "keyword": "ph.yahoo.com", | |
1467 "favicon_url": "http://ph.search.yahoo.com/favicon.ico", | |
1468 "search_url": "http://ph.search.yahoo.com/search?ei={inputEncoding}&fr=crm
as&p={searchTerms}", | |
1469 "suggest_url": "http://ph-sayt.ff.search.yahoo.com/gossip-ph-sayt?output=f
xjson&command={searchTerms}", | |
1470 "type": "SEARCH_ENGINE_YAHOO", | |
1471 "id": 2 | |
1472 }, | |
1473 | |
1474 "yahoo_qc": { | |
1475 "name": "Yahoo! Qu\u00e9bec", | |
1476 "keyword": "qc.yahoo.com", | |
1477 "favicon_url": "http://qc.search.yahoo.com/favicon.ico", | |
1478 "search_url": "http://qc.search.yahoo.com/search?ei={inputEncoding}&fr=crm
as&p={searchTerms}", | |
1479 "type": "SEARCH_ENGINE_YAHOOQC", | |
1480 "id": 5 // Can't be 2 as this has to appear in the Canada list alongside | |
1481 // yahoo_ca. | |
1482 }, | |
1483 | |
1484 "yahoo_ru": { | |
1485 "name": "Yahoo! \u043f\u043e-\u0440\u0443\u0441\u0441\u043a\u0438", | |
1486 "keyword": "ru.yahoo.com", | |
1487 "favicon_url": "http://ru.search.yahoo.com/favicon.ico", | |
1488 "search_url": "http://ru.search.yahoo.com/search?ei={inputEncoding}&fr=crm
as&p={searchTerms}", | |
1489 "type": "SEARCH_ENGINE_YAHOO", | |
1490 "id": 2 | |
1491 }, | |
1492 | |
1493 "yahoo_se": { | |
1494 "name": "Yahoo! Sverige", | |
1495 "keyword": "se.yahoo.com", | |
1496 "favicon_url": "http://se.search.yahoo.com/favicon.ico", | |
1497 "search_url": "http://se.search.yahoo.com/search?ei={inputEncoding}&fr=crm
as&p={searchTerms}", | |
1498 "type": "SEARCH_ENGINE_YAHOO", | |
1499 "id": 2 | |
1500 }, | |
1501 | |
1502 "yahoo_sg": { | |
1503 "name": "Yahoo! Singapore", | |
1504 "keyword": "sg.yahoo.com", | |
1505 "favicon_url": "http://sg.search.yahoo.com/favicon.ico", | |
1506 "search_url": "http://sg.search.yahoo.com/search?ei={inputEncoding}&fr=crm
as&p={searchTerms}", | |
1507 "suggest_url": "http://sg-sayt.ff.search.yahoo.com/gossip-sg-sayt?output=f
xjson&command={searchTerms}", | |
1508 "type": "SEARCH_ENGINE_YAHOO", | |
1509 "id": 2 | |
1510 }, | |
1511 | |
1512 "yahoo_th": { | |
1513 "name": "Yahoo! \u0e1b\u0e23\u0e30\u0e40\u0e17\u0e28\u0e44\u0e17\u0e22", | |
1514 "keyword": "th.yahoo.com", | |
1515 "favicon_url": "http://th.search.yahoo.com/favicon.ico", | |
1516 "search_url": "http://th.search.yahoo.com/search?ei={inputEncoding}&fr=crm
as&p={searchTerms}", | |
1517 "suggest_url": "http://th-sayt.ff.search.yahoo.com/gossip-th-sayt?output=f
xjson&command={searchTerms}", | |
1518 "type": "SEARCH_ENGINE_YAHOO", | |
1519 "id": 2 | |
1520 }, | |
1521 | |
1522 "yahoo_tw": { | |
1523 "name": "Yahoo!\u5947\u6469", | |
1524 "keyword": "tw.yahoo.com", | |
1525 "favicon_url": "http://tw.search.yahoo.com/favicon.ico", | |
1526 "search_url": "http://tw.search.yahoo.com/search?ei={inputEncoding}&fr=crm
as&p={searchTerms}", | |
1527 "type": "SEARCH_ENGINE_YAHOO", | |
1528 "id": 2 | |
1529 }, | |
1530 | |
1531 "yahoo_uk": { | |
1532 "name": "Yahoo! UK & Ireland", | |
1533 "keyword": "uk.yahoo.com", | |
1534 "favicon_url": "http://uk.search.yahoo.com/favicon.ico", | |
1535 "search_url": "http://uk.search.yahoo.com/search?ei={inputEncoding}&fr=crm
as&p={searchTerms}", | |
1536 "suggest_url": "http://uk-sayt.ff.search.yahoo.com/gossip-uk-sayt?output=f
xjson&command={searchTerms}", | |
1537 "type": "SEARCH_ENGINE_YAHOO", | |
1538 "id": 2 | |
1539 }, | |
1540 | |
1541 "yahoo_ve": { | |
1542 "name": "Yahoo! Venezuela", | |
1543 "keyword": "ve.yahoo.com", | |
1544 "favicon_url": "http://ve.search.yahoo.com/favicon.ico", | |
1545 "search_url": "http://ve.search.yahoo.com/search?ei={inputEncoding}&fr=crm
as&p={searchTerms}", | |
1546 "suggest_url": "http://gossip.telemundo.yahoo.com/gossip-e1-sayt?output=fx
json&command={searchTerms}", | |
1547 "type": "SEARCH_ENGINE_YAHOO", | |
1548 "id": 2 | |
1549 }, | |
1550 | |
1551 "yahoo_vn": { | |
1552 "name": "Yahoo! Vi\u1ec7t Nam", | |
1553 "keyword": "vn.yahoo.com", | |
1554 "favicon_url": "http://vn.search.yahoo.com/favicon.ico", | |
1555 "search_url": "http://vn.search.yahoo.com/search?ei={inputEncoding}&fr=crm
as&p={searchTerms}", | |
1556 "suggest_url": "http://vn-sayt.ff.search.yahoo.com/gossip-vn-sayt?output=f
xjson&command={searchTerms}", | |
1557 "type": "SEARCH_ENGINE_YAHOO", | |
1558 "id": 2 | |
1559 }, | |
1560 | |
1561 "yamli": { | |
1562 "name": "Yamli", | |
1563 "keyword": "yamli.com", | |
1564 "favicon_url": "http://www.yamli.com/favicon.ico", | |
1565 "search_url": "http://www.yamli.com/#q={searchTerms}", | |
1566 "id": 11 | |
1567 }, | |
1568 | |
1569 "yandex_ru": { | |
1570 "name": "\u042f\u043d\u0434\u0435\u043a\u0441", | |
1571 "keyword": "yandex.ru", | |
1572 "favicon_url": "http://yandex.ru/favicon.ico", | |
1573 "search_url": "http://yandex.ru/yandsearch?text={searchTerms}", | |
1574 "suggest_url": "http://suggest.yandex.net/suggest-ff.cgi?part={searchTerms
}", | |
1575 "type": "SEARCH_ENGINE_YANDEX", | |
1576 "id": 15 | |
1577 }, | |
1578 | |
1579 "yandex_ua": { | |
1580 "name": "\u042f\u043d\u0434\u0435\u043a\u0441", | |
1581 "keyword": "yandex.ua", | |
1582 "favicon_url": "http://yandex.ua/favicon.ico", | |
1583 "search_url": "http://yandex.ua/yandsearch?text={searchTerms}", | |
1584 "suggest_url": "http://suggest.yandex.net/suggest-ff.cgi?part={searchTerms
}", | |
1585 "type": "SEARCH_ENGINE_YANDEX", | |
1586 "id": 15 | |
1587 }, | |
1588 | |
1589 "zoznam": { | |
1590 "name": "Zoznam", | |
1591 "keyword": "zoznam.sk", | |
1592 "favicon_url": "http://zoznam.sk/favicon.ico", | |
1593 "search_url": "http://zoznam.sk/hladaj.fcgi?s={searchTerms}", | |
1594 "encoding": "windows-1250", | |
1595 "type": "SEARCH_ENGINE_ZOZNAM", | |
1596 "id": 85 | |
1597 }, | |
1598 | |
1599 | |
1600 // UMA-only engines //////////////////////////////////////////////////////// | |
1601 | |
1602 // The following engines are not included in any of the country lists. They | |
1603 // are listed in |kAllEngines|, however, so that GetEngineType can find them | |
1604 // for UMA reporting purposes. | |
1605 | |
1606 "all_by": { | |
1607 "name": "ALL.BY", | |
1608 "keyword": "all.by", | |
1609 "favicon_url": "http://all.by/favicon.ico", | |
1610 "search_url": "http://www.all.by/cgi-bin/search.cgi?mode=by&query={searchT
erms}", | |
1611 "type": "SEARCH_ENGINE_ALL_BY", | |
1612 "id": 33 | |
1613 }, | |
1614 | |
1615 "aport": { | |
1616 "name": "Aport", | |
1617 "keyword": "aport.ru", | |
1618 "favicon_url": "http://www.aport.ru/favicon.png", | |
1619 "search_url": "http://www.aport.ru/search/?r={searchTerms}", | |
1620 "type": "SEARCH_ENGINE_APORT", | |
1621 "id": 34 | |
1622 }, | |
1623 | |
1624 "avg": { | |
1625 "name": "AVG Secure Search", | |
1626 "keyword": "search.avg.com", | |
1627 "favicon_url": "http://search.avg.com/favicon.ico", | |
1628 "search_url": "http://search.avg.com/route/?q={searchTerms}&lng={language}
", | |
1629 "type": "SEARCH_ENGINE_AVG", | |
1630 "id": 50 | |
1631 }, | |
1632 | |
1633 "avg_i": { | |
1634 "name": "AVG Secure Search", | |
1635 "keyword": "isearch.avg.com", | |
1636 "favicon_url": "http://isearch.avg.com/favicon.ico", | |
1637 "search_url": "http://isearch.avg.com/search?q={searchTerms}&lng={language
}", | |
1638 "type": "SEARCH_ENGINE_AVG", | |
1639 "id": 52 | |
1640 }, | |
1641 | |
1642 "conduit": { | |
1643 "name": "Conduit", | |
1644 "keyword": "conduit.com", | |
1645 "favicon_url": "http://search.conduit.com/favicon.ico", | |
1646 "search_url": "http://search.conduit.com/Results.aspx?q={searchTerms}", | |
1647 "type": "SEARCH_ENGINE_CONDUIT", | |
1648 "id": 36 | |
1649 }, | |
1650 | |
1651 "icq": { | |
1652 "name": "ICQ", | |
1653 "keyword": "icq.com", | |
1654 "favicon_url": "http://www.icq.com/favicon.ico", | |
1655 "search_url": "http://search.icq.com/search/results.php?q={searchTerms}", | |
1656 "type": "SEARCH_ENGINE_ICQ", | |
1657 "id": 39 | |
1658 }, | |
1659 | |
1660 "meta_ua": { | |
1661 "name": "Meta-Ukraine", | |
1662 "keyword": "meta.ua", | |
1663 "favicon_url": "http://meta.ua/favicon.ico", | |
1664 "search_url": "http://meta.ua/search.asp?q={searchTerms}", | |
1665 "type": "SEARCH_ENGINE_META_UA", | |
1666 "id": 40 | |
1667 }, | |
1668 | |
1669 "metabot_ru": { | |
1670 "name": "Metabot", | |
1671 "keyword": "metabot.ru", | |
1672 "favicon_url": "http://www.metabot.ru/favicon.ico", | |
1673 "search_url": "http://results.metabot.ru/?st={searchTerms}", | |
1674 "type": "SEARCH_ENGINE_METABOT_RU", | |
1675 "id": 42 | |
1676 }, | |
1677 | |
1678 "nigma": { | |
1679 "name": "Nigma", | |
1680 "keyword": "nigma.ru", | |
1681 "favicon_url": "http://nigma.ru/favicon.ico", | |
1682 "search_url": "http://www.nigma.ru/?s={searchTerms}", | |
1683 "type": "SEARCH_ENGINE_NIGMA", | |
1684 "id": 43 | |
1685 }, | |
1686 | |
1687 "qip": { | |
1688 "name": "QIP", | |
1689 "keyword": "qip.ru", | |
1690 "favicon_url": "http://search.qip.ru/favicon.ico", | |
1691 "search_url": "http://search.qip.ru/?query={searchTerms}", | |
1692 "type": "SEARCH_ENGINE_QIP", | |
1693 "id": 47 | |
1694 }, | |
1695 | |
1696 "ukr_net": { | |
1697 "name": "Ukr.net", | |
1698 "keyword": "ukr.net", | |
1699 "favicon_url": "http://search.ukr.net/i/favicon.ico", | |
1700 "search_url": "http://search.ukr.net/google/search.php?q={searchTerms}", | |
1701 "type": "SEARCH_ENGINE_UKR_NET", | |
1702 "id": 48 | |
1703 }, | |
1704 | |
1705 "webalta": { | |
1706 "name": "Webalta", | |
1707 "keyword": "webalta.ru", | |
1708 "favicon_url": "http://webalta.ru/favicon.ico", | |
1709 "search_url": "http://webalta.ru/search?q={searchTerms}", | |
1710 "type": "SEARCH_ENGINE_WEBALTA", | |
1711 "id": 49 | |
1712 }, | |
1713 | |
1714 "yandex_tr": { | |
1715 "name": "Yandex", | |
1716 "keyword": "yandex.com.tr", | |
1717 "favicon_url": "http://yandex.com.tr/favicon.ico", | |
1718 "search_url": "http://yandex.com.tr/yandsearch?text={searchTerms}", | |
1719 "suggest_url": "http://suggest.yandex.net/suggest-ff.cgi?part={searchTerms
}", | |
1720 "type": "SEARCH_ENGINE_YANDEX", | |
1721 "id": 15 | |
1722 } | |
1723 } | |
1724 } | |
OLD | NEW |