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 24 matching lines...) Expand all Loading... |
35 }, | 35 }, |
36 "activeTab": { | 36 "activeTab": { |
37 "channel": "stable", | 37 "channel": "stable", |
38 "extension_types": ["extension", "legacy_packaged_app"], | 38 "extension_types": ["extension", "legacy_packaged_app"], |
39 "min_manifest_version": 2 | 39 "min_manifest_version": 2 |
40 }, | 40 }, |
41 "activityLogPrivate": { | 41 "activityLogPrivate": { |
42 "channel": "stable", | 42 "channel": "stable", |
43 "extension_types": ["extension", "platform_app"], | 43 "extension_types": ["extension", "platform_app"], |
44 "whitelist": [ | 44 "whitelist": [ |
45 "EE17C698905F7F2E6DDC87C9C30F11E164C829F4", // Watchdog release | 45 "EE17C698905F7F2E6DDC87C9C30F11E164C829F4", // For unit testing ALP |
46 "90113DA9516526D24DAF156C629CC41C049E8882", // Watchdog testing | 46 "90113DA9516526D24DAF156C629CC41C049E8882", // http://crbug.com/520205 |
47 "A9EFD71948A480C87D3B7C758FD938215F445F00", // Obsolete | 47 "736F218710D373A285B3A9C70BF90C567B22321A", // http://crbug.com/520205 |
48 "AE27D69DBE571F4B1694F05C89B710C646792231", // Published ADT. | 48 "A9EFD71948A480C87D3B7C758FD938215F445F00", // Obsolete |
49 "5107DE9024C329EEA9C9A72D94C16723790C6422" // Apps Developer Tool Dev. | 49 "AE27D69DBE571F4B1694F05C89B710C646792231", // Published ADT. |
| 50 "5107DE9024C329EEA9C9A72D94C16723790C6422" // Apps Developer Tool Dev. |
50 ] | 51 ] |
51 }, | 52 }, |
52 "audioModem": [ | 53 "audioModem": [ |
53 { | 54 { |
54 "channel": "dev", | 55 "channel": "dev", |
55 "extension_types": ["extension", "platform_app"] | 56 "extension_types": ["extension", "platform_app"] |
56 }, | 57 }, |
57 { | 58 { |
58 "channel": "stable", | 59 "channel": "stable", |
59 "extension_types": ["extension", "platform_app"], | 60 "extension_types": ["extension", "platform_app"], |
(...skipping 986 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1046 "channel": "stable", | 1047 "channel": "stable", |
1047 "extension_types": ["platform_app"], | 1048 "extension_types": ["platform_app"], |
1048 "platforms": ["chromeos"], | 1049 "platforms": ["chromeos"], |
1049 "whitelist": [ | 1050 "whitelist": [ |
1050 "A948368FC53BE437A55FEB414106E207925482F5", // Files app | 1051 "A948368FC53BE437A55FEB414106E207925482F5", // Files app |
1051 "8C726564C6DBE7380BAB388DE6CC7EC93EB44B06", // Video player | 1052 "8C726564C6DBE7380BAB388DE6CC7EC93EB44B06", // Video player |
1052 "5065C83E84321221675D20FBE4DC43C655CC8C6F" // Files app tests | 1053 "5065C83E84321221675D20FBE4DC43C655CC8C6F" // Files app tests |
1053 ] | 1054 ] |
1054 } | 1055 } |
1055 } | 1056 } |
OLD | NEW |