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 166 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
177 { | 177 { |
178 "channel": "stable", | 178 "channel": "stable", |
179 "extension_types": ["platform_app"], | 179 "extension_types": ["platform_app"], |
180 "whitelist": [ | 180 "whitelist": [ |
181 "7AE714FFD394E073F0294CFA134C9F91DB5FBAA4", // CCD Development | 181 "7AE714FFD394E073F0294CFA134C9F91DB5FBAA4", // CCD Development |
182 "C7DA3A55C2355F994D3FDDAD120B426A0DF63843", // CCD Testing | 182 "C7DA3A55C2355F994D3FDDAD120B426A0DF63843", // CCD Testing |
183 "75E3CFFFC530582C583E4690EF97C70B9C8423B7" // CCD Release | 183 "75E3CFFFC530582C583E4690EF97C70B9C8423B7" // CCD Release |
184 ] | 184 ] |
185 } | 185 } |
186 ], | 186 ], |
| 187 "displaySource": { |
| 188 "channel": "dev", |
| 189 "extension_types": ["extension", "platform_app"] |
| 190 }, |
187 "dns": [ | 191 "dns": [ |
188 { | 192 { |
189 "channel": "dev", | 193 "channel": "dev", |
190 "extension_types": ["extension", "platform_app"] | 194 "extension_types": ["extension", "platform_app"] |
191 }, | 195 }, |
192 { | 196 { |
193 "channel": "stable", | 197 "channel": "stable", |
194 "extension_types": ["extension", "platform_app"], | 198 "extension_types": ["extension", "platform_app"], |
195 "whitelist": [ | 199 "whitelist": [ |
196 "7AE714FFD394E073F0294CFA134C9F91DB5FBAA4", // CCD Development | 200 "7AE714FFD394E073F0294CFA134C9F91DB5FBAA4", // CCD Development |
(...skipping 281 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
478 }], | 482 }], |
479 "webRequest": { | 483 "webRequest": { |
480 "channel": "stable", | 484 "channel": "stable", |
481 "extension_types": ["extension", "legacy_packaged_app"] | 485 "extension_types": ["extension", "legacy_packaged_app"] |
482 }, | 486 }, |
483 "webRequestBlocking": { | 487 "webRequestBlocking": { |
484 "channel": "stable", | 488 "channel": "stable", |
485 "extension_types": ["extension", "legacy_packaged_app"] | 489 "extension_types": ["extension", "legacy_packaged_app"] |
486 } | 490 } |
487 } | 491 } |
OLD | NEW |