| 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 permissions for extension APIs implemented | 5 // This features file defines permissions for extension APIs implemented |
| 6 // under src/chrome. | 6 // under src/chrome. |
| 7 // See extensions/common/features/* to understand this file, in particular | 7 // See extensions/common/features/* to understand this file, in particular |
| 8 // feature.h, simple_feature.h, and base_feature_provider.h. | 8 // feature.h, simple_feature.h, and base_feature_provider.h. |
| 9 | 9 |
| 10 // To add a new whitelisted ID, SHA-1 it and force it to uppercase. In Bash: | 10 // To add a new whitelisted ID, SHA-1 it and force it to uppercase. In Bash: |
| (...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 44 "channel": "stable", | 44 "channel": "stable", |
| 45 "extension_types": ["extension", "platform_app"], | 45 "extension_types": ["extension", "platform_app"], |
| 46 "whitelist": [ | 46 "whitelist": [ |
| 47 "EE17C698905F7F2E6DDC87C9C30F11E164C829F4", // Watchdog release | 47 "EE17C698905F7F2E6DDC87C9C30F11E164C829F4", // Watchdog release |
| 48 "90113DA9516526D24DAF156C629CC41C049E8882", // Watchdog testing | 48 "90113DA9516526D24DAF156C629CC41C049E8882", // Watchdog testing |
| 49 "A9EFD71948A480C87D3B7C758FD938215F445F00", // Obsolete | 49 "A9EFD71948A480C87D3B7C758FD938215F445F00", // Obsolete |
| 50 "AE27D69DBE571F4B1694F05C89B710C646792231", // Published ADT. | 50 "AE27D69DBE571F4B1694F05C89B710C646792231", // Published ADT. |
| 51 "5107DE9024C329EEA9C9A72D94C16723790C6422" // Apps Developer Tool Dev. | 51 "5107DE9024C329EEA9C9A72D94C16723790C6422" // Apps Developer Tool Dev. |
| 52 ] | 52 ] |
| 53 }, | 53 }, |
| 54 "appview": { | |
| 55 "channel": "dev", | |
| 56 "extension_types": ["platform_app"] | |
| 57 }, | |
| 58 "alarms": { | 54 "alarms": { |
| 59 "channel": "stable", | 55 "channel": "stable", |
| 60 "extension_types": ["extension", "legacy_packaged_app", "platform_app"], | 56 "extension_types": ["extension", "legacy_packaged_app", "platform_app"], |
| 61 "min_manifest_version": 2 | 57 "min_manifest_version": 2 |
| 62 }, | 58 }, |
| 63 "audio": [ | 59 "audio": [ |
| 64 { | 60 { |
| 65 "channel": "dev", | 61 "channel": "dev", |
| 66 "extension_types": ["platform_app"] | 62 "extension_types": ["platform_app"] |
| 67 }, | 63 }, |
| (...skipping 984 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1052 "webstorePrivate": { | 1048 "webstorePrivate": { |
| 1053 "channel": "stable", | 1049 "channel": "stable", |
| 1054 "extension_types": ["extension", "legacy_packaged_app", "hosted_app"], | 1050 "extension_types": ["extension", "legacy_packaged_app", "hosted_app"], |
| 1055 "whitelist": [ | 1051 "whitelist": [ |
| 1056 "B44D08FD98F1523ED5837D78D0A606EA9D6206E5", // Web Store | 1052 "B44D08FD98F1523ED5837D78D0A606EA9D6206E5", // Web Store |
| 1057 "2653F6F6C39BC6EEBD36A09AFB92A19782FF7EB4", // Enterprise Web Store | 1053 "2653F6F6C39BC6EEBD36A09AFB92A19782FF7EB4", // Enterprise Web Store |
| 1058 "2779FA8B45841D61A37207CCFAC9CB393964FE5B" // Login Proxy (prototype) | 1054 "2779FA8B45841D61A37207CCFAC9CB393964FE5B" // Login Proxy (prototype) |
| 1059 ] | 1055 ] |
| 1060 } | 1056 } |
| 1061 } | 1057 } |
| OLD | NEW |