Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(156)

Side by Side Diff: chrome/browser/search_engines/prepopulated_engines.json

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

Powered by Google App Engine
This is Rietveld 408576698