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 "alarms": { | |
55 "channel": "stable", | |
56 "extension_types": ["extension", "legacy_packaged_app", "platform_app"], | |
57 "min_manifest_version": 2 | |
58 }, | |
59 "autotestPrivate": { | 54 "autotestPrivate": { |
60 "channel": "stable", | 55 "channel": "stable", |
61 "extension_types": ["extension", "legacy_packaged_app"], | 56 "extension_types": ["extension", "legacy_packaged_app"], |
62 "location": "component" | 57 "location": "component" |
63 }, | 58 }, |
64 "background": { | 59 "background": { |
65 "channel": "stable", | 60 "channel": "stable", |
66 "extension_types": [ | 61 "extension_types": [ |
67 "platform_app", "extension", "legacy_packaged_app", "hosted_app" | 62 "platform_app", "extension", "legacy_packaged_app", "hosted_app" |
68 ] | 63 ] |
(...skipping 928 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
997 "webstorePrivate": { | 992 "webstorePrivate": { |
998 "channel": "stable", | 993 "channel": "stable", |
999 "extension_types": ["extension", "legacy_packaged_app", "hosted_app"], | 994 "extension_types": ["extension", "legacy_packaged_app", "hosted_app"], |
1000 "whitelist": [ | 995 "whitelist": [ |
1001 "B44D08FD98F1523ED5837D78D0A606EA9D6206E5", // Web Store | 996 "B44D08FD98F1523ED5837D78D0A606EA9D6206E5", // Web Store |
1002 "2653F6F6C39BC6EEBD36A09AFB92A19782FF7EB4", // Enterprise Web Store | 997 "2653F6F6C39BC6EEBD36A09AFB92A19782FF7EB4", // Enterprise Web Store |
1003 "2779FA8B45841D61A37207CCFAC9CB393964FE5B" // Login Proxy (prototype) | 998 "2779FA8B45841D61A37207CCFAC9CB393964FE5B" // Login Proxy (prototype) |
1004 ] | 999 ] |
1005 } | 1000 } |
1006 } | 1001 } |
OLD | NEW |