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 143 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
154 { | 154 { |
155 "channel": "stable", | 155 "channel": "stable", |
156 "extension_types": ["extension", "platform_app"], | 156 "extension_types": ["extension", "platform_app"], |
157 "whitelist": [ | 157 "whitelist": [ |
158 "7AE714FFD394E073F0294CFA134C9F91DB5FBAA4", // CCD Development | 158 "7AE714FFD394E073F0294CFA134C9F91DB5FBAA4", // CCD Development |
159 "C7DA3A55C2355F994D3FDDAD120B426A0DF63843", // CCD Testing | 159 "C7DA3A55C2355F994D3FDDAD120B426A0DF63843", // CCD Testing |
160 "75E3CFFFC530582C583E4690EF97C70B9C8423B7" // CCD Release | 160 "75E3CFFFC530582C583E4690EF97C70B9C8423B7" // CCD Release |
161 ] | 161 ] |
162 } | 162 } |
163 ], | 163 ], |
| 164 "extensionview": { |
| 165 "channel": "dev", |
| 166 "extension_types": ["platform_app"] |
| 167 }, |
164 "externally_connectable.all_urls": { | 168 "externally_connectable.all_urls": { |
165 "channel": "stable", | 169 "channel": "stable", |
166 "extension_types": [ | 170 "extension_types": [ |
167 "extension", "hosted_app", "legacy_packaged_app", "platform_app" | 171 "extension", "hosted_app", "legacy_packaged_app", "platform_app" |
168 ], | 172 ], |
169 "whitelist": [ | 173 "whitelist": [ |
170 "54ECAB4579BDE8FDAF9B29ED335F9946EE504A52", // Used in unit tests | 174 "54ECAB4579BDE8FDAF9B29ED335F9946EE504A52", // Used in unit tests |
171 "E24F1786D842E91E74C27929B0B3715A4689A473", // http://crbug.com/417494 | 175 "E24F1786D842E91E74C27929B0B3715A4689A473", // http://crbug.com/417494 |
172 "A28C9619C4C41306FA5236FB4D94DA812F504DE8" // http://crbug.com/429886 | 176 "A28C9619C4C41306FA5236FB4D94DA812F504DE8" // http://crbug.com/429886 |
173 ] | 177 ] |
(...skipping 219 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
393 }, | 397 }, |
394 "webRequest": { | 398 "webRequest": { |
395 "channel": "stable", | 399 "channel": "stable", |
396 "extension_types": ["extension", "legacy_packaged_app"] | 400 "extension_types": ["extension", "legacy_packaged_app"] |
397 }, | 401 }, |
398 "webRequestBlocking": { | 402 "webRequestBlocking": { |
399 "channel": "stable", | 403 "channel": "stable", |
400 "extension_types": ["extension", "legacy_packaged_app"] | 404 "extension_types": ["extension", "legacy_packaged_app"] |
401 } | 405 } |
402 } | 406 } |
OLD | NEW |