| 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 1023 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1034 }, | 1034 }, |
| 1035 "webstoreWidgetPrivate": { | 1035 "webstoreWidgetPrivate": { |
| 1036 "channel": "stable", | 1036 "channel": "stable", |
| 1037 "extension_types": ["platform_app"], | 1037 "extension_types": ["platform_app"], |
| 1038 "platforms": ["chromeos"], | 1038 "platforms": ["chromeos"], |
| 1039 "whitelist": [ | 1039 "whitelist": [ |
| 1040 "A948368FC53BE437A55FEB414106E207925482F5", // Files app | 1040 "A948368FC53BE437A55FEB414106E207925482F5", // Files app |
| 1041 "8C726564C6DBE7380BAB388DE6CC7EC93EB44B06", // Video player | 1041 "8C726564C6DBE7380BAB388DE6CC7EC93EB44B06", // Video player |
| 1042 "5065C83E84321221675D20FBE4DC43C655CC8C6F" // Files app tests | 1042 "5065C83E84321221675D20FBE4DC43C655CC8C6F" // Files app tests |
| 1043 ] | 1043 ] |
| 1044 }, |
| 1045 "windows.global": { |
| 1046 "channel": "stable", |
| 1047 "extension_types": ["extension", "legacy_packaged_app"] |
| 1044 } | 1048 } |
| 1045 } | 1049 } |
| OLD | NEW |