| OLD | NEW |
| 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 features file defines manifest keys implemented under src/chrome. | 5 // This features file defines manifest keys implemented under src/chrome. |
| 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 207 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 218 "extension_types": ["extension", "legacy_packaged_app"] | 218 "extension_types": ["extension", "legacy_packaged_app"] |
| 219 }, | 219 }, |
| 220 "key": { | 220 "key": { |
| 221 "channel": "stable", | 221 "channel": "stable", |
| 222 "extension_types": "all" | 222 "extension_types": "all" |
| 223 }, | 223 }, |
| 224 "manifest_version": { | 224 "manifest_version": { |
| 225 "channel": "stable", | 225 "channel": "stable", |
| 226 "extension_types": "all" | 226 "extension_types": "all" |
| 227 }, | 227 }, |
| 228 "media_galleries_handlers": { | |
| 229 "channel": "dev", | |
| 230 "extension_types": ["platform_app"] | |
| 231 }, | |
| 232 "mime_types": { | 228 "mime_types": { |
| 233 "channel": "stable", | 229 "channel": "stable", |
| 234 "extension_types": [ "extension", "legacy_packaged_app", "platform_app" ], | 230 "extension_types": [ "extension", "legacy_packaged_app", "platform_app" ], |
| 235 "whitelist": [ | 231 "whitelist": [ |
| 236 "oickdpebdnfbgkcaoklfcdhjniefkcji", // browser_tests | 232 "oickdpebdnfbgkcaoklfcdhjniefkcji", // browser_tests |
| 237 "gbkeegbaiigmenfmjfclcdgdpimamgkj", // QuickOffice | 233 "gbkeegbaiigmenfmjfclcdgdpimamgkj", // QuickOffice |
| 238 "ionpfmkccalenbmnddpbmocokhaknphg", // QuickOffice Dev | 234 "ionpfmkccalenbmnddpbmocokhaknphg", // QuickOffice Dev |
| 239 "bpmcpldpdmajfigpchkicefoigmkfalc", // Quickoffice component extension | 235 "bpmcpldpdmajfigpchkicefoigmkfalc", // Quickoffice component extension |
| 240 "ehibbfinohgbchlgdbfpikodjaojhccn", // Editor | 236 "ehibbfinohgbchlgdbfpikodjaojhccn", // Editor |
| 241 "mhjfbmdgcfjbbpaeojofohoefgiehjai" // PDF | 237 "mhjfbmdgcfjbbpaeojofohoefgiehjai" // PDF |
| (...skipping 147 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 389 }, | 385 }, |
| 390 "url_handlers": { | 386 "url_handlers": { |
| 391 "channel": "stable", | 387 "channel": "stable", |
| 392 "extension_types": ["platform_app"] | 388 "extension_types": ["platform_app"] |
| 393 }, | 389 }, |
| 394 "version": { | 390 "version": { |
| 395 "channel": "stable", | 391 "channel": "stable", |
| 396 "extension_types": "all" | 392 "extension_types": "all" |
| 397 } | 393 } |
| 398 } | 394 } |
| OLD | NEW |