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

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

Issue 254503002: Add mime_type_handler key to extension manifests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Make the field optional Created 6 years, 8 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | chrome/common/extensions/mime_types_handler.h » ('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 (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 // See c/c/e/features/* to understand this file, in particular feature.h, 5 // See c/c/e/features/* to understand this file, in particular feature.h,
6 // simple_feature.h, and base_feature_provider.h. 6 // simple_feature.h, and base_feature_provider.h.
7 7
8 { 8 {
9 "app": { 9 "app": {
10 "channel": "stable", 10 "channel": "stable",
(...skipping 280 matching lines...) Expand 10 before | Expand all | Expand 10 after
291 "extension_types": [ "extension", "legacy_packaged_app", "platform_app" ], 291 "extension_types": [ "extension", "legacy_packaged_app", "platform_app" ],
292 "whitelist": [ 292 "whitelist": [
293 "oickdpebdnfbgkcaoklfcdhjniefkcji", // browser_tests 293 "oickdpebdnfbgkcaoklfcdhjniefkcji", // browser_tests
294 "gbkeegbaiigmenfmjfclcdgdpimamgkj", // QuickOffice 294 "gbkeegbaiigmenfmjfclcdgdpimamgkj", // QuickOffice
295 "ionpfmkccalenbmnddpbmocokhaknphg", // QuickOffice Dev 295 "ionpfmkccalenbmnddpbmocokhaknphg", // QuickOffice Dev
296 "bpmcpldpdmajfigpchkicefoigmkfalc", // Quickoffice component extension 296 "bpmcpldpdmajfigpchkicefoigmkfalc", // Quickoffice component extension
297 "ehibbfinohgbchlgdbfpikodjaojhccn", // Editor 297 "ehibbfinohgbchlgdbfpikodjaojhccn", // Editor
298 "mhjfbmdgcfjbbpaeojofohoefgiehjai" // PDF 298 "mhjfbmdgcfjbbpaeojofohoefgiehjai" // PDF
299 ] 299 ]
300 }, 300 },
301 "mime_types_handler": {
302 "channel": "stable",
303 "extension_types": [ "extension", "legacy_packaged_app", "platform_app" ],
304 "whitelist": [
305 "oickdpebdnfbgkcaoklfcdhjniefkcji", // browser_tests
306 "gbkeegbaiigmenfmjfclcdgdpimamgkj", // QuickOffice
307 "ionpfmkccalenbmnddpbmocokhaknphg", // QuickOffice Dev
308 "bpmcpldpdmajfigpchkicefoigmkfalc", // Quickoffice component extension
309 "ehibbfinohgbchlgdbfpikodjaojhccn", // Editor
310 "mhjfbmdgcfjbbpaeojofohoefgiehjai" // PDF
311 ]
312 },
301 "minimum_chrome_version": { 313 "minimum_chrome_version": {
302 "channel": "stable", 314 "channel": "stable",
303 "extension_types": [ 315 "extension_types": [
304 "extension", "legacy_packaged_app", "hosted_app", "platform_app" 316 "extension", "legacy_packaged_app", "hosted_app", "platform_app"
305 ] 317 ]
306 }, 318 },
307 "nacl_modules": { 319 "nacl_modules": {
308 "channel": "stable", 320 "channel": "stable",
309 "extension_types": [ 321 "extension_types": [
310 "extension", "legacy_packaged_app", "hosted_app", "platform_app" 322 "extension", "legacy_packaged_app", "hosted_app", "platform_app"
(...skipping 143 matching lines...) Expand 10 before | Expand all | Expand 10 after
454 "extension_types": ["platform_app"], 466 "extension_types": ["platform_app"],
455 "location": "component" 467 "location": "component"
456 } 468 }
457 ], 469 ],
458 "webview": { 470 "webview": {
459 "channel": "stable", 471 "channel": "stable",
460 "extension_types": ["platform_app"], 472 "extension_types": ["platform_app"],
461 "min_manifest_version": 2 473 "min_manifest_version": 2
462 } 474 }
463 } 475 }
OLDNEW
« no previous file with comments | « no previous file | chrome/common/extensions/mime_types_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698