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