OLD | NEW |
1 // Copyright 2014 The Chromium Authors. All rights reserved. | 1 // Copyright 2014 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/extensions. | 6 // under src/extensions. |
7 | 7 |
8 // See extensions/common/features/* to understand this file, in particular | 8 // See extensions/common/features/* to understand this file, in particular |
9 // feature.h, simple_feature.h, and base_feature_provider.h. | 9 // feature.h, simple_feature.h, and base_feature_provider.h. |
10 | 10 |
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
116 "channel": "stable", | 116 "channel": "stable", |
117 "extension_types": ["extension"], | 117 "extension_types": ["extension"], |
118 "whitelist": [ | 118 "whitelist": [ |
119 "496B6890097EB6E19809ADEADD095A8721FBB2E0", // FIDO U2F APIs | 119 "496B6890097EB6E19809ADEADD095A8721FBB2E0", // FIDO U2F APIs |
120 "E24F1786D842E91E74C27929B0B3715A4689A473" // CryptoToken | 120 "E24F1786D842E91E74C27929B0B3715A4689A473" // CryptoToken |
121 ] | 121 ] |
122 } | 122 } |
123 ], | 123 ], |
124 "u2fDevices": [ | 124 "u2fDevices": [ |
125 { | 125 { |
126 "channel": "dev", | 126 "channel": "stable", |
127 "extension_types": ["extension", "platform_app"], | 127 "extension_types": ["extension", "platform_app"], |
128 "whitelist": [ | 128 "whitelist": [ |
129 "496B6890097EB6E19809ADEADD095A8721FBB2E0", // FIDO U2F APIs | 129 "496B6890097EB6E19809ADEADD095A8721FBB2E0", // FIDO U2F APIs |
130 "E24F1786D842E91E74C27929B0B3715A4689A473", // CryptoToken | 130 "E24F1786D842E91E74C27929B0B3715A4689A473", // CryptoToken |
131 "6F9E349A0561C78A0D3F41496FE521C5151C7F71", // Security Key | 131 "6F9E349A0561C78A0D3F41496FE521C5151C7F71", // Security Key |
132 "C06709A259378015404ED20F75C7D08547E0F10B" // Security Key (dev) | 132 "C06709A259378015404ED20F75C7D08547E0F10B" // Security Key (dev) |
133 ] | 133 ] |
134 } | 134 } |
135 ], | 135 ], |
136 "power": { | 136 "power": { |
(...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
278 // addressed. Tracked in crbug/285151. | 278 // addressed. Tracked in crbug/285151. |
279 "channel": "stable", | 279 "channel": "stable", |
280 "extension_types": ["extension"], | 280 "extension_types": ["extension"], |
281 "location": "component", | 281 "location": "component", |
282 "whitelist": [ | 282 "whitelist": [ |
283 "D519188F86D9ACCEE0412007B227D9936EB9676B" // GAIA Component Extension | 283 "D519188F86D9ACCEE0412007B227D9936EB9676B" // GAIA Component Extension |
284 ] | 284 ] |
285 } | 285 } |
286 ] | 286 ] |
287 } | 287 } |
OLD | NEW |