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 89 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
100 { | 100 { |
101 "channel": "stable", | 101 "channel": "stable", |
102 "extension_types": ["extension", "platform_app"], | 102 "extension_types": ["extension", "platform_app"], |
103 "whitelist": [ | 103 "whitelist": [ |
104 "7AE714FFD394E073F0294CFA134C9F91DB5FBAA4", // CCD Development | 104 "7AE714FFD394E073F0294CFA134C9F91DB5FBAA4", // CCD Development |
105 "C7DA3A55C2355F994D3FDDAD120B426A0DF63843", // CCD Testing | 105 "C7DA3A55C2355F994D3FDDAD120B426A0DF63843", // CCD Testing |
106 "75E3CFFFC530582C583E4690EF97C70B9C8423B7" // CCD Release | 106 "75E3CFFFC530582C583E4690EF97C70B9C8423B7" // CCD Release |
107 ] | 107 ] |
108 } | 108 } |
109 ], | 109 ], |
| 110 "externally_connectable.all_urls": { |
| 111 "channel": "stable", |
| 112 "extension_types": [ |
| 113 "extension", "hosted_app", "legacy_packaged_app", "platform_app" |
| 114 ], |
| 115 "whitelist": [ |
| 116 "54ECAB4579BDE8FDAF9B29ED335F9946EE504A52", // Used in unit tests |
| 117 "E24F1786D842E91E74C27929B0B3715A4689A473" // http://crbug.com/417494 |
| 118 ] |
| 119 }, |
110 "hid": [ | 120 "hid": [ |
111 { | 121 { |
112 "channel": "stable", | 122 "channel": "stable", |
113 "extension_types": ["platform_app"] | 123 "extension_types": ["platform_app"] |
114 }, | 124 }, |
115 { | 125 { |
116 "channel": "stable", | 126 "channel": "stable", |
117 "extension_types": ["extension"], | 127 "extension_types": ["extension"], |
118 "whitelist": [ | 128 "whitelist": [ |
119 "496B6890097EB6E19809ADEADD095A8721FBB2E0", // FIDO U2F APIs | 129 "496B6890097EB6E19809ADEADD095A8721FBB2E0", // FIDO U2F APIs |
(...skipping 158 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
278 // addressed. Tracked in crbug/285151. | 288 // addressed. Tracked in crbug/285151. |
279 "channel": "stable", | 289 "channel": "stable", |
280 "extension_types": ["extension"], | 290 "extension_types": ["extension"], |
281 "location": "component", | 291 "location": "component", |
282 "whitelist": [ | 292 "whitelist": [ |
283 "D519188F86D9ACCEE0412007B227D9936EB9676B" // GAIA Component Extension | 293 "D519188F86D9ACCEE0412007B227D9936EB9676B" // GAIA Component Extension |
284 ] | 294 ] |
285 } | 295 } |
286 ] | 296 ] |
287 } | 297 } |
OLD | NEW |