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