OLD | NEW |
1 // Copyright 2014 The Chromium Authors. All rights reserved. | 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 | 2 // Use of this source code is governed by a BSD-style license that can be |
3 // found in the LICENSE file. | 3 // found in the LICENSE file. |
4 | 4 |
5 // This file is used during build to generate prepopulated_engine.h/cc. | 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. | 6 // For more details see tools/json_to_struct/json_to_struct.py. |
7 | 7 |
8 // Engine definitions. See prepopulated_engines_schema.json for the field | 8 // Engine definitions. See prepopulated_engines_schema.json for the field |
9 // definitions. | 9 // definitions. |
10 | 10 |
11 // The following unique IDs are available: | 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, | 12 // 7, 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, | 13 // 38, 40, 41, 42, 46, 47, 48, 49, 51, 52, 58, 59, 69, 71, 72, 82, 84, 86, |
14 // 88, 89, 91+ | 14 // 88, 89, 91+ |
15 // | 15 // |
16 // IDs > 1000 are reserved for distribution custom engines. | 16 // IDs > 1000 are reserved for distribution custom engines. |
17 // | 17 // |
18 // NOTES: | 18 // NOTES: |
19 // - CHANGE THE ABOVE NUMBERS IF YOU ADD A NEW ENGINE; ID conflicts = bad! | 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. | 20 // - Make sure you update the int_variables below as required. |
21 // - NOTIFY the Chrome Webstore team if you add/delete a search engine or | 21 // - NOTIFY the Chrome Webstore team if you add/delete a search engine or |
22 // change domain of an existing one (send email to webstore-eng@google.com). | 22 // change domain of an existing one (send email to webstore-eng@google.com). |
23 // They need to know the mapping between an engine's "id" and its URLs. | 23 // They need to know the mapping between an engine's "id" and its URLs. |
24 | 24 |
25 { | 25 { |
26 "int_variables": { | 26 "int_variables": { |
27 // The following id is for UMA stats only. Please update it if you add new | 27 // The following id is for UMA stats only. Please update it if you add new |
28 // engines outside the current range or it will not be counted in stats. | 28 // engines outside the current range or it will not be counted in stats. |
29 "kMaxPrepopulatedEngineID": 90, | 29 "kMaxPrepopulatedEngineID": 90, |
30 | 30 |
31 // Increment this if you change the data in ways that mean users with | 31 // Increment this if you change the data in ways that mean users with |
32 // existing data should get a new version. | 32 // existing data should get a new version. |
33 "kCurrentDataVersion": 79 | 33 "kCurrentDataVersion": 80 |
34 }, | 34 }, |
35 | 35 |
36 // The following engines are included in country lists and are added to the | 36 // The following engines are included in country lists and are added to the |
37 // list of search engines on the first run depending on user's country. | 37 // list of search engines on the first run depending on user's country. |
38 "elements": { | 38 "elements": { |
39 "aol": { | 39 "aol": { |
40 "name": "AOL", | 40 "name": "AOL", |
41 "keyword": "aol.com", | 41 "keyword": "aol.com", |
42 "favicon_url": "http://search.aol.com/favicon.ico", | 42 "favicon_url": "http://search.aol.com/favicon.ico", |
43 "search_url": "http://search.aol.com/aol/search?q={searchTerms}", | 43 "search_url": "http://search.aol.com/aol/search?q={searchTerms}", |
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
81 "favicon_url": "http://www.baidu.com/favicon.ico", | 81 "favicon_url": "http://www.baidu.com/favicon.ico", |
82 "search_url": "http://www.baidu.com/#ie={inputEncoding}&wd={searchTerms}", | 82 "search_url": "http://www.baidu.com/#ie={inputEncoding}&wd={searchTerms}", |
83 "type": "SEARCH_ENGINE_BAIDU", | 83 "type": "SEARCH_ENGINE_BAIDU", |
84 "id": 21 | 84 "id": 21 |
85 }, | 85 }, |
86 | 86 |
87 "bing": { | 87 "bing": { |
88 "name": "Bing", | 88 "name": "Bing", |
89 "keyword": "bing.com", | 89 "keyword": "bing.com", |
90 "favicon_url": "https://www.bing.com/s/a/bing_p.ico", | 90 "favicon_url": "https://www.bing.com/s/a/bing_p.ico", |
91 "search_url": "https://www.bing.com/search?q={searchTerms}", | 91 "search_url": "https://www.bing.com/search?q={searchTerms}&PC=U316&FORM=CH
ROMN", |
92 "suggest_url": "http://api.bing.com/osjson.aspx?query={searchTerms}&langua
ge={language}", | 92 "suggest_url": "https://www.bing.com/osjson.aspx?query={searchTerms}&langu
age={language}&PC=U316", |
93 "new_tab_url": "https://www.bing.com/chrome/newtab", | 93 "new_tab_url": "https://www.bing.com/chrome/newtab", |
94 "type": "SEARCH_ENGINE_BING", | 94 "type": "SEARCH_ENGINE_BING", |
95 "id": 3 | 95 "id": 3 |
96 }, | 96 }, |
97 | 97 |
98 "bing_ar_XA": { | |
99 "name": "Bing (\u0627\u0644\u0639\u0631\u0628\u064a\u0629)", | |
100 "keyword": "bing.com_", // bing.com is taken by bing_en_XA. | |
101 "favicon_url": "https://www.bing.com/s/a/bing_p.ico", | |
102 "search_url": "https://www.bing.com/search?setmkt=ar-XA&q={searchTerms}", | |
103 "suggest_url": "http://api.bing.com/osjson.aspx?query={searchTerms}&langua
ge={language}", | |
104 "new_tab_url": "https://www.bing.com/chrome/newtab?setmkt=ar-XA", | |
105 "type": "SEARCH_ENGINE_BING", | |
106 "id": 7 // Can't be 3 as this has to appear in the Arabian countries' | |
107 // lists alongside bing_en_XA. | |
108 }, | |
109 | |
110 "bing_da_DK": { | |
111 "name": "Bing", | |
112 "keyword": "bing.com", | |
113 "favicon_url": "https://www.bing.com/s/a/bing_p.ico", | |
114 "search_url": "https://www.bing.com/search?setmkt=da-DK&q={searchTerms}", | |
115 "suggest_url": "http://api.bing.com/osjson.aspx?query={searchTerms}&langua
ge={language}", | |
116 "new_tab_url": "https://www.bing.com/chrome/newtab?setmkt=da-DK", | |
117 "type": "SEARCH_ENGINE_BING", | |
118 "id": 3 | |
119 }, | |
120 | |
121 "bing_de_AT": { | |
122 "name": "Bing", | |
123 "keyword": "bing.com", | |
124 "favicon_url": "https://www.bing.com/s/a/bing_p.ico", | |
125 "search_url": "https://www.bing.com/search?setmkt=de-AT&q={searchTerms}", | |
126 "suggest_url": "http://api.bing.com/osjson.aspx?query={searchTerms}&langua
ge={language}", | |
127 "new_tab_url": "https://www.bing.com/chrome/newtab?setmkt=de-AT", | |
128 "type": "SEARCH_ENGINE_BING", | |
129 "id": 3 | |
130 }, | |
131 | |
132 "bing_de_CH": { | |
133 "name": "Bing (Deutsch)", | |
134 "keyword": "bing.com", | |
135 "favicon_url": "https://www.bing.com/s/a/bing_p.ico", | |
136 "search_url": "https://www.bing.com/search?setmkt=de-CH&q={searchTerms}", | |
137 "suggest_url": "http://api.bing.com/osjson.aspx?query={searchTerms}&langua
ge={language}", | |
138 "new_tab_url": "https://www.bing.com/chrome/newtab?setmkt=de-CH", | |
139 "type": "SEARCH_ENGINE_BING", | |
140 "id": 3 | |
141 }, | |
142 | |
143 "bing_de_DE": { | |
144 "name": "Bing", | |
145 "keyword": "bing.com", | |
146 "favicon_url": "https://www.bing.com/s/a/bing_p.ico", | |
147 "search_url": "https://www.bing.com/search?setmkt=de-DE&q={searchTerms}", | |
148 "suggest_url": "http://api.bing.com/osjson.aspx?query={searchTerms}&langua
ge={language}", | |
149 "new_tab_url": "https://www.bing.com/chrome/newtab?setmkt=de-DE", | |
150 "type": "SEARCH_ENGINE_BING", | |
151 "id": 3 | |
152 }, | |
153 | |
154 "bing_en_AU": { | |
155 "name": "Bing", | |
156 "keyword": "bing.com", | |
157 "favicon_url": "https://www.bing.com/s/a/bing_p.ico", | |
158 "search_url": "https://www.bing.com/search?setmkt=en-AU&q={searchTerms}", | |
159 "suggest_url": "http://api.bing.com/osjson.aspx?query={searchTerms}&langua
ge={language}", | |
160 "new_tab_url": "https://www.bing.com/chrome/newtab?setmkt=en-AU", | |
161 "type": "SEARCH_ENGINE_BING", | |
162 "id": 3 | |
163 }, | |
164 | |
165 "bing_en_CA": { | |
166 "name": "Bing (English)", | |
167 "keyword": "bing.com", | |
168 "favicon_url": "https://www.bing.com/s/a/bing_p.ico", | |
169 "search_url": "https://www.bing.com/search?setmkt=en-CA&q={searchTerms}", | |
170 "suggest_url": "http://api.bing.com/osjson.aspx?query={searchTerms}&langua
ge={language}", | |
171 "new_tab_url": "https://www.bing.com/chrome/newtab?setmkt=en-CA", | |
172 "type": "SEARCH_ENGINE_BING", | |
173 "id": 3 | |
174 }, | |
175 | |
176 "bing_en_GB": { | |
177 "name": "Bing", | |
178 "keyword": "bing.com", | |
179 "favicon_url": "https://www.bing.com/s/a/bing_p.ico", | |
180 "search_url": "https://www.bing.com/search?setmkt=en-GB&q={searchTerms}", | |
181 "suggest_url": "http://api.bing.com/osjson.aspx?query={searchTerms}&langua
ge={language}", | |
182 "new_tab_url": "https://www.bing.com/chrome/newtab?setmkt=en-GB", | |
183 "type": "SEARCH_ENGINE_BING", | |
184 "id": 3 | |
185 }, | |
186 | |
187 "bing_en_IE": { | |
188 "name": "Bing", | |
189 "keyword": "bing.com", | |
190 "favicon_url": "https://www.bing.com/s/a/bing_p.ico", | |
191 "search_url": "https://www.bing.com/search?setmkt=en-IE&q={searchTerms}", | |
192 "suggest_url": "http://api.bing.com/osjson.aspx?query={searchTerms}&langua
ge={language}", | |
193 "new_tab_url": "https://www.bing.com/chrome/newtab?setmkt=en-IE", | |
194 "type": "SEARCH_ENGINE_BING", | |
195 "id": 3 | |
196 }, | |
197 | |
198 "bing_en_IN": { | |
199 "name": "Bing", | |
200 "keyword": "bing.com", | |
201 "favicon_url": "https://www.bing.com/s/a/bing_p.ico", | |
202 "search_url": "https://www.bing.com/search?setmkt=en-IN&q={searchTerms}", | |
203 "suggest_url": "http://api.bing.com/osjson.aspx?query={searchTerms}&langua
ge={language}", | |
204 "new_tab_url": "https://www.bing.com/chrome/newtab?setmkt=en-IN", | |
205 "type": "SEARCH_ENGINE_BING", | |
206 "id": 3 | |
207 }, | |
208 | |
209 "bing_en_NZ": { | |
210 "name": "Bing", | |
211 "keyword": "bing.com", | |
212 "favicon_url": "https://www.bing.com/s/a/bing_p.ico", | |
213 "search_url": "https://www.bing.com/search?setmkt=en-NZ&q={searchTerms}", | |
214 "suggest_url": "http://api.bing.com/osjson.aspx?query={searchTerms}&langua
ge={language}", | |
215 "new_tab_url": "https://www.bing.com/chrome/newtab?setmkt=en-NZ", | |
216 "type": "SEARCH_ENGINE_BING", | |
217 "id": 3 | |
218 }, | |
219 | |
220 "bing_en_PH": { | |
221 "name": "Bing", | |
222 "keyword": "bing.com", | |
223 "favicon_url": "https://www.bing.com/s/a/bing_p.ico", | |
224 "search_url": "https://www.bing.com/search?setmkt=en-PH&q={searchTerms}", | |
225 "suggest_url": "http://api.bing.com/osjson.aspx?query={searchTerms}&langua
ge={language}", | |
226 "new_tab_url": "https://www.bing.com/chrome/newtab?setmkt=en-PH", | |
227 "type": "SEARCH_ENGINE_BING", | |
228 "id": 3 | |
229 }, | |
230 | |
231 "bing_en_SG": { | |
232 "name": "Bing", | |
233 "keyword": "bing.com", | |
234 "favicon_url": "https://www.bing.com/s/a/bing_p.ico", | |
235 "search_url": "https://www.bing.com/search?setmkt=en-SG&q={searchTerms}", | |
236 "suggest_url": "http://api.bing.com/osjson.aspx?query={searchTerms}&langua
ge={language}", | |
237 "new_tab_url": "https://www.bing.com/chrome/newtab?setmkt=en-SG", | |
238 "type": "SEARCH_ENGINE_BING", | |
239 "id": 3 | |
240 }, | |
241 | |
242 "bing_en_US": { | |
243 "name": "Bing", | |
244 "keyword": "bing.com", | |
245 "favicon_url": "https://www.bing.com/s/a/bing_p.ico", | |
246 "search_url": "https://www.bing.com/search?setmkt=en-US&q={searchTerms}", | |
247 "suggest_url": "http://api.bing.com/osjson.aspx?query={searchTerms}&langua
ge={language}", | |
248 "new_tab_url": "https://www.bing.com/chrome/newtab?setmkt=en-US", | |
249 "type": "SEARCH_ENGINE_BING", | |
250 "id": 3 | |
251 }, | |
252 | |
253 "bing_en_XA": { | |
254 "name": "Bing (English)", | |
255 "keyword": "bing.com", | |
256 "favicon_url": "https://www.bing.com/s/a/bing_p.ico", | |
257 "search_url": "https://www.bing.com/search?setmkt=en-XA&q={searchTerms}", | |
258 "suggest_url": "http://api.bing.com/osjson.aspx?query={searchTerms}&langua
ge={language}", | |
259 "new_tab_url": "https://www.bing.com/chrome/newtab?setmkt=en-XA", | |
260 "type": "SEARCH_ENGINE_BING", | |
261 "id": 3 | |
262 }, | |
263 | |
264 "bing_es_AR": { | |
265 "name": "Bing", | |
266 "keyword": "bing.com", | |
267 "favicon_url": "https://www.bing.com/s/a/bing_p.ico", | |
268 "search_url": "https://www.bing.com/search?setmkt=es-AR&q={searchTerms}", | |
269 "suggest_url": "http://api.bing.com/osjson.aspx?query={searchTerms}&langua
ge={language}", | |
270 "new_tab_url": "https://www.bing.com/chrome/newtab?setmkt=es-AR", | |
271 "type": "SEARCH_ENGINE_BING", | |
272 "id": 3 | |
273 }, | |
274 | |
275 "bing_es_CL": { | |
276 "name": "Bing", | |
277 "keyword": "bing.com", | |
278 "favicon_url": "https://www.bing.com/s/a/bing_p.ico", | |
279 "search_url": "https://www.bing.com/search?setmkt=es-CL&q={searchTerms}", | |
280 "suggest_url": "http://api.bing.com/osjson.aspx?query={searchTerms}&langua
ge={language}", | |
281 "new_tab_url": "https://www.bing.com/chrome/newtab?setmkt=es-CL", | |
282 "type": "SEARCH_ENGINE_BING", | |
283 "id": 3 | |
284 }, | |
285 | |
286 "bing_es_ES": { | |
287 "name": "Bing", | |
288 "keyword": "bing.com", | |
289 "favicon_url": "https://www.bing.com/s/a/bing_p.ico", | |
290 "search_url": "https://www.bing.com/search?setmkt=es-ES&q={searchTerms}", | |
291 "suggest_url": "http://api.bing.com/osjson.aspx?query={searchTerms}&langua
ge={language}", | |
292 "new_tab_url": "https://www.bing.com/chrome/newtab?setmkt=es-ES", | |
293 "type": "SEARCH_ENGINE_BING", | |
294 "id": 3 | |
295 }, | |
296 | |
297 "bing_es_MX": { | |
298 "name": "Bing", | |
299 "keyword": "bing.com", | |
300 "favicon_url": "https://www.bing.com/s/a/bing_p.ico", | |
301 "search_url": "https://www.bing.com/search?setmkt=es-MX&q={searchTerms}", | |
302 "suggest_url": "http://api.bing.com/osjson.aspx?query={searchTerms}&langua
ge={language}", | |
303 "new_tab_url": "https://www.bing.com/chrome/newtab?setmkt=es-MX", | |
304 "type": "SEARCH_ENGINE_BING", | |
305 "id": 3 | |
306 }, | |
307 | |
308 "bing_es_XL": { | |
309 "name": "Bing", | |
310 "keyword": "bing.com", | |
311 "favicon_url": "https://www.bing.com/s/a/bing_p.ico", | |
312 "search_url": "https://www.bing.com/search?setmkt=es-XL&q={searchTerms}", | |
313 "suggest_url": "http://api.bing.com/osjson.aspx?query={searchTerms}&langua
ge={language}", | |
314 "new_tab_url": "https://www.bing.com/chrome/newtab?setmkt=es-XL", | |
315 "type": "SEARCH_ENGINE_BING", | |
316 "id": 3 | |
317 }, | |
318 | |
319 "bing_fi_FI": { | |
320 "name": "Bing", | |
321 "keyword": "bing.com", | |
322 "favicon_url": "https://www.bing.com/s/a/bing_p.ico", | |
323 "search_url": "https://www.bing.com/search?setmkt=fi-FI&q={searchTerms}", | |
324 "suggest_url": "http://api.bing.com/osjson.aspx?query={searchTerms}&langua
ge={language}", | |
325 "new_tab_url": "https://www.bing.com/chrome/newtab?setmkt=fi-FI", | |
326 "type": "SEARCH_ENGINE_BING", | |
327 "id": 3 | |
328 }, | |
329 | |
330 "bing_fr_BE": { | |
331 "name": "Bing (Fran\u00e7ais)", | |
332 "keyword": "bing.com_", // bing.com is taken by bing_nl_BE. | |
333 "favicon_url": "https://www.bing.com/s/a/bing_p.ico", | |
334 "search_url": "https://www.bing.com/search?setmkt=fr-BE&q={searchTerms}", | |
335 "suggest_url": "http://api.bing.com/osjson.aspx?query={searchTerms}&langua
ge={language}", | |
336 "new_tab_url": "https://www.bing.com/chrome/newtab?setmkt=fr-BE", | |
337 "type": "SEARCH_ENGINE_BING", | |
338 "id": 7 | |
339 }, | |
340 | |
341 "bing_fr_CA": { | |
342 "name": "Bing (Fran\u00e7ais)", | |
343 "keyword": "bing.com_", // bing.com is taken by bing_en_CA. | |
344 "favicon_url": "https://www.bing.com/s/a/bing_p.ico", | |
345 "search_url": "https://www.bing.com/search?setmkt=fr-CA&q={searchTerms}", | |
346 "suggest_url": "http://api.bing.com/osjson.aspx?query={searchTerms}&langua
ge={language}", | |
347 "new_tab_url": "https://www.bing.com/chrome/newtab?setmkt=fr-CA", | |
348 "type": "SEARCH_ENGINE_BING", | |
349 "id": 7 | |
350 }, | |
351 | |
352 "bing_fr_CH": { | |
353 "name": "Bing (Fran\u00e7ais)", | |
354 "keyword": "bing.com_", // bing.com is taken by bing_de_CH. | |
355 "favicon_url": "https://www.bing.com/s/a/bing_p.ico", | |
356 "search_url": "https://www.bing.com/search?setmkt=fr-CH&q={searchTerms}", | |
357 "suggest_url": "http://api.bing.com/osjson.aspx?query={searchTerms}&langua
ge={language}", | |
358 "new_tab_url": "https://www.bing.com/chrome/newtab?setmkt=fr-CH", | |
359 "type": "SEARCH_ENGINE_BING", | |
360 "id": 7 | |
361 }, | |
362 | |
363 "bing_fr_FR": { | |
364 "name": "Bing", | |
365 "keyword": "bing.com", | |
366 "favicon_url": "https://www.bing.com/s/a/bing_p.ico", | |
367 "search_url": "https://www.bing.com/search?setmkt=fr-FR&q={searchTerms}", | |
368 "suggest_url": "http://api.bing.com/osjson.aspx?query={searchTerms}&langua
ge={language}", | |
369 "new_tab_url": "https://www.bing.com/chrome/newtab?setmkt=fr-FR", | |
370 "type": "SEARCH_ENGINE_BING", | |
371 "id": 3 | |
372 }, | |
373 | |
374 "bing_it_IT": { | |
375 "name": "Bing", | |
376 "keyword": "bing.com", | |
377 "favicon_url": "https://www.bing.com/s/a/bing_p.ico", | |
378 "search_url": "https://www.bing.com/search?setmkt=it-IT&q={searchTerms}", | |
379 "suggest_url": "http://api.bing.com/osjson.aspx?query={searchTerms}&langua
ge={language}", | |
380 "new_tab_url": "https://www.bing.com/chrome/newtab?setmkt=it-IT", | |
381 "type": "SEARCH_ENGINE_BING", | |
382 "id": 3 | |
383 }, | |
384 | |
385 "bing_ja_JP": { | |
386 "name": "Bing", | |
387 "keyword": "bing.com", | |
388 "favicon_url": "https://www.bing.com/s/a/bing_p.ico", | |
389 "search_url": "https://www.bing.com/search?setmkt=ja-JP&q={searchTerms}", | |
390 "suggest_url": "http://api.bing.com/osjson.aspx?query={searchTerms}&langua
ge={language}", | |
391 "new_tab_url": "https://www.bing.com/chrome/newtab?setmkt=ja-JP", | |
392 "type": "SEARCH_ENGINE_BING", | |
393 "id": 3 | |
394 }, | |
395 | |
396 "bing_lv_LV": { | |
397 "name": "Bing", | |
398 "keyword": "bing.com", | |
399 "favicon_url": "https://www.bing.com/s/a/bing_p.ico", | |
400 "search_url": "https://www.bing.com/search?setmkt=lv-LV&q={searchTerms}", | |
401 "suggest_url": "http://api.bing.com/osjson.aspx?query={searchTerms}&langua
ge={language}", | |
402 "new_tab_url": "https://www.bing.com/chrome/newtab?setmkt=lv-LV", | |
403 "type": "SEARCH_ENGINE_BING", | |
404 "id": 3 | |
405 }, | |
406 | |
407 "bing_nb_NO": { | |
408 "name": "Bing", | |
409 "keyword": "bing.com", | |
410 "favicon_url": "https://www.bing.com/s/a/bing_p.ico", | |
411 "search_url": "https://www.bing.com/search?setmkt=nb-NO&q={searchTerms}", | |
412 "suggest_url": "http://api.bing.com/osjson.aspx?query={searchTerms}&langua
ge={language}", | |
413 "new_tab_url": "https://www.bing.com/chrome/newtab?setmkt=nb-NO", | |
414 "type": "SEARCH_ENGINE_BING", | |
415 "id": 3 | |
416 }, | |
417 | |
418 "bing_nl_BE": { | |
419 "name": "Bing (Nederlandstalige)", | |
420 "keyword": "bing.com", | |
421 "favicon_url": "https://www.bing.com/s/a/bing_p.ico", | |
422 "search_url": "https://www.bing.com/search?setmkt=nl-BE&q={searchTerms}", | |
423 "suggest_url": "http://api.bing.com/osjson.aspx?query={searchTerms}&langua
ge={language}", | |
424 "new_tab_url": "https://www.bing.com/chrome/newtab?setmkt=nl-BE", | |
425 "type": "SEARCH_ENGINE_BING", | |
426 "id": 3 | |
427 }, | |
428 | |
429 "bing_pl_PL": { | |
430 "name": "Bing", | |
431 "keyword": "bing.com", | |
432 "favicon_url": "https://www.bing.com/s/a/bing_p.ico", | |
433 "search_url": "https://www.bing.com/search?setmkt=pl-PL&q={searchTerms}", | |
434 "suggest_url": "http://api.bing.com/osjson.aspx?query={searchTerms}&langua
ge={language}", | |
435 "new_tab_url": "https://www.bing.com/chrome/newtab?setmkt=pl-PL", | |
436 "type": "SEARCH_ENGINE_BING", | |
437 "id": 3 | |
438 }, | |
439 | |
440 "bing_pt_BR": { | |
441 "name": "Bing", | |
442 "keyword": "bing.com", | |
443 "favicon_url": "https://www.bing.com/s/a/bing_p.ico", | |
444 "search_url": "https://www.bing.com/search?setmkt=pt-BR&q={searchTerms}", | |
445 "suggest_url": "http://api.bing.com/osjson.aspx?query={searchTerms}&langua
ge={language}", | |
446 "new_tab_url": "https://www.bing.com/chrome/newtab?setmkt=pt-BR", | |
447 "type": "SEARCH_ENGINE_BING", | |
448 "id": 3 | |
449 }, | |
450 | |
451 "bing_pt_PT": { | |
452 "name": "Bing", | |
453 "keyword": "bing.com", | |
454 "favicon_url": "https://www.bing.com/s/a/bing_p.ico", | |
455 "search_url": "https://www.bing.com/search?setmkt=pt-PT&q={searchTerms}", | |
456 "suggest_url": "http://api.bing.com/osjson.aspx?query={searchTerms}&langua
ge={language}", | |
457 "new_tab_url": "https://www.bing.com/chrome/newtab?setmkt=pt-PT", | |
458 "type": "SEARCH_ENGINE_BING", | |
459 "id": 3 | |
460 }, | |
461 | |
462 "bing_ru_RU": { | |
463 "name": "Bing", | |
464 "keyword": "bing.com", | |
465 "favicon_url": "https://www.bing.com/s/a/bing_p.ico", | |
466 "search_url": "https://www.bing.com/search?setmkt=ru-RU&q={searchTerms}", | |
467 "suggest_url": "http://api.bing.com/osjson.aspx?query={searchTerms}&langua
ge={language}", | |
468 "new_tab_url": "https://www.bing.com/chrome/newtab?setmkt=ru-RU", | |
469 "type": "SEARCH_ENGINE_BING", | |
470 "id": 3 | |
471 }, | |
472 | |
473 "bing_sv_SE": { | |
474 "name": "Bing", | |
475 "keyword": "bing.com", | |
476 "favicon_url": "https://www.bing.com/s/a/bing_p.ico", | |
477 "search_url": "https://www.bing.com/search?setmkt=sv-SE&q={searchTerms}", | |
478 "suggest_url": "http://api.bing.com/osjson.aspx?query={searchTerms}&langua
ge={language}", | |
479 "new_tab_url": "https://www.bing.com/chrome/newtab?setmkt=sv-SE", | |
480 "type": "SEARCH_ENGINE_BING", | |
481 "id": 3 | |
482 }, | |
483 | |
484 "bing_tr_TR": { | |
485 "name": "Bing", | |
486 "keyword": "bing.com", | |
487 "favicon_url": "https://www.bing.com/s/a/bing_p.ico", | |
488 "search_url": "https://www.bing.com/search?setmkt=tr-TR&q={searchTerms}", | |
489 "suggest_url": "http://api.bing.com/osjson.aspx?query={searchTerms}&langua
ge={language}", | |
490 "new_tab_url": "https://www.bing.com/chrome/newtab?setmkt=tr-TR", | |
491 "type": "SEARCH_ENGINE_BING", | |
492 "id": 3 | |
493 }, | |
494 | |
495 "bing_zh_HK": { | |
496 "name": "Bing", | |
497 "keyword": "bing.com", | |
498 "favicon_url": "https://www.bing.com/s/a/bing_p.ico", | |
499 "search_url": "https://www.bing.com/search?setmkt=zh-HK&q={searchTerms}", | |
500 "suggest_url": "http://api.bing.com/osjson.aspx?query={searchTerms}&langua
ge={language}", | |
501 "new_tab_url": "https://www.bing.com/chrome/newtab?setmkt=zh-HK", | |
502 "type": "SEARCH_ENGINE_BING", | |
503 "id": 3 | |
504 }, | |
505 | |
506 "bing_zh_TW": { | |
507 "name": "Bing", | |
508 "keyword": "bing.com", | |
509 "favicon_url": "https://www.bing.com/s/a/bing_p.ico", | |
510 "search_url": "https://www.bing.com/search?setmkt=zh-TW&q={searchTerms}", | |
511 "suggest_url": "http://api.bing.com/osjson.aspx?query={searchTerms}&langua
ge={language}", | |
512 "new_tab_url": "https://www.bing.com/chrome/newtab?setmkt=zh-TW", | |
513 "type": "SEARCH_ENGINE_BING", | |
514 "id": 3 | |
515 }, | |
516 | |
517 "daum": { | 98 "daum": { |
518 "name": "Daum", | 99 "name": "Daum", |
519 "keyword": "daum.net", | 100 "keyword": "daum.net", |
520 "favicon_url": "http://search.daum.net/favicon.ico", | 101 "favicon_url": "http://search.daum.net/favicon.ico", |
521 "search_url": "http://search.daum.net/search?ie={inputEncoding}&q={searchT
erms}", | 102 "search_url": "http://search.daum.net/search?ie={inputEncoding}&q={searchT
erms}", |
522 "suggest_url": "http://sug.search.daum.net/search_nsuggest?mod=fxjson&ie={
inputEncoding}&code=utf_in_out&q={searchTerms}", | 103 "suggest_url": "http://sug.search.daum.net/search_nsuggest?mod=fxjson&ie={
inputEncoding}&code=utf_in_out&q={searchTerms}", |
523 "type": "SEARCH_ENGINE_DAUM", | 104 "type": "SEARCH_ENGINE_DAUM", |
524 "id": 68 | 105 "id": 68 |
525 }, | 106 }, |
526 | 107 |
(...skipping 858 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1385 "name": "Zoznam", | 966 "name": "Zoznam", |
1386 "keyword": "zoznam.sk", | 967 "keyword": "zoznam.sk", |
1387 "favicon_url": "http://www.zoznam.sk/favicon.ico", | 968 "favicon_url": "http://www.zoznam.sk/favicon.ico", |
1388 "search_url": "http://www.zoznam.sk/hladaj.fcgi?s={searchTerms}", | 969 "search_url": "http://www.zoznam.sk/hladaj.fcgi?s={searchTerms}", |
1389 "encoding": "windows-1250", | 970 "encoding": "windows-1250", |
1390 "type": "SEARCH_ENGINE_ZOZNAM", | 971 "type": "SEARCH_ENGINE_ZOZNAM", |
1391 "id": 85 | 972 "id": 85 |
1392 } | 973 } |
1393 } | 974 } |
1394 } | 975 } |
OLD | NEW |