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

Side by Side Diff: extensions/common/api/_manifest_features.json

Issue 797183005: Add a mimeHandler extension API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@streams-lifetime
Patch Set: rebase Created 5 years, 11 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 | « extensions/common/api/_api_features.json ('k') | extensions/common/api/api.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 features file defines manifest keys implemented under src/extensions. 5 // This features file defines manifest keys implemented under src/extensions.
6 // See extensions/common/features/* to understand this file, in particular 6 // See extensions/common/features/* to understand this file, in particular
7 // feature.h, simple_feature.h, and base_feature_provider.h. 7 // feature.h, simple_feature.h, and base_feature_provider.h.
8 8
9 // To add a new whitelisted ID, SHA-1 it and force it to uppercase. In Bash: 9 // To add a new whitelisted ID, SHA-1 it and force it to uppercase. In Bash:
10 // 10 //
(...skipping 164 matching lines...) Expand 10 before | Expand all | Expand 10 after
175 "07BD6A765FFC289FF755D7CAB2893A40EC337FEC", // http://crbug.com/404000 175 "07BD6A765FFC289FF755D7CAB2893A40EC337FEC", // http://crbug.com/404000
176 "896B85CC7E913E11C34892C1425A093C0701D386", // http://crbug.com/404000 176 "896B85CC7E913E11C34892C1425A093C0701D386", // http://crbug.com/404000
177 "11A01C82EF355E674E4F9728A801F5C3CB40D83F", // http://crbug.com/404000 177 "11A01C82EF355E674E4F9728A801F5C3CB40D83F", // http://crbug.com/404000
178 "F410C88469990EE7947450311D24B8AF2ADB2595" // http://crbug.com/404000 178 "F410C88469990EE7947450311D24B8AF2ADB2595" // http://crbug.com/404000
179 ] 179 ]
180 }, 180 },
181 "manifest_version": { 181 "manifest_version": {
182 "channel": "stable", 182 "channel": "stable",
183 "extension_types": "all" 183 "extension_types": "all"
184 }, 184 },
185 "mime_types": {
186 "channel": "stable",
187 "extension_types": [ "extension", "legacy_packaged_app", "platform_app" ],
188 "whitelist": [
189 "oickdpebdnfbgkcaoklfcdhjniefkcji", // browser_tests
190 "gbkeegbaiigmenfmjfclcdgdpimamgkj", // QuickOffice
191 "ionpfmkccalenbmnddpbmocokhaknphg", // QuickOffice Dev
192 "bpmcpldpdmajfigpchkicefoigmkfalc", // Quickoffice component extension
193 "ehibbfinohgbchlgdbfpikodjaojhccn", // Editor
194 "mhjfbmdgcfjbbpaeojofohoefgiehjai" // PDF
195 ]
196 },
197 "mime_types_handler": {
198 "channel": "stable",
199 "extension_types": [ "extension", "legacy_packaged_app", "platform_app" ],
200 "whitelist": [
201 "oickdpebdnfbgkcaoklfcdhjniefkcji", // browser_tests
202 "mhjfbmdgcfjbbpaeojofohoefgiehjai" // PDF
203 ]
204 },
185 "nacl_modules": { 205 "nacl_modules": {
186 "channel": "stable", 206 "channel": "stable",
187 "extension_types": [ 207 "extension_types": [
188 "extension", "legacy_packaged_app", "hosted_app", "platform_app" 208 "extension", "legacy_packaged_app", "hosted_app", "platform_app"
189 ] 209 ]
190 }, 210 },
191 "name": { 211 "name": {
192 "channel": "stable", 212 "channel": "stable",
193 "extension_types": "all" 213 "extension_types": "all"
194 }, 214 },
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
264 "extension_types": ["platform_app"], 284 "extension_types": ["platform_app"],
265 "location": "component" 285 "location": "component"
266 } 286 }
267 ], 287 ],
268 "webview": { 288 "webview": {
269 "channel": "stable", 289 "channel": "stable",
270 "extension_types": ["platform_app"], 290 "extension_types": ["platform_app"],
271 "min_manifest_version": 2 291 "min_manifest_version": 2
272 } 292 }
273 } 293 }
OLDNEW
« no previous file with comments | « extensions/common/api/_api_features.json ('k') | extensions/common/api/api.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698