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 183 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
194 "AD8ED80B705E1818AAD4684F9FF62B43D6D79620", // FIDO U2F APIs (dev) | 194 "AD8ED80B705E1818AAD4684F9FF62B43D6D79620", // FIDO U2F APIs (dev) |
195 "E24F1786D842E91E74C27929B0B3715A4689A473", // CryptoToken | 195 "E24F1786D842E91E74C27929B0B3715A4689A473", // CryptoToken |
196 "A28C9619C4C41306FA5236FB4D94DA812F504DE8" // CryptoToken (dev) | 196 "A28C9619C4C41306FA5236FB4D94DA812F504DE8" // CryptoToken (dev) |
197 ] | 197 ] |
198 } | 198 } |
199 ], | 199 ], |
200 "idle": { | 200 "idle": { |
201 "channel": "stable", | 201 "channel": "stable", |
202 "extension_types": ["extension", "legacy_packaged_app", "platform_app"] | 202 "extension_types": ["extension", "legacy_packaged_app", "platform_app"] |
203 }, | 203 }, |
| 204 "networking.config": { |
| 205 "channel": "dev", |
| 206 "platforms": ["chromeos"], |
| 207 "extension_types": ["extension"] |
| 208 }, |
204 "networkingPrivate": { | 209 "networkingPrivate": { |
205 "channel": "stable", | 210 "channel": "stable", |
206 "extension_types": ["extension", "legacy_packaged_app", "platform_app"], | 211 "extension_types": ["extension", "legacy_packaged_app", "platform_app"], |
207 "platforms": ["chromeos", "mac", "win", "linux"], | 212 "platforms": ["chromeos", "mac", "win", "linux"], |
208 "whitelist": [ | 213 "whitelist": [ |
209 "0DE0F05680A4A056BCEC864ED8DDA84296F82B40", // http://crbug.com/434651 | 214 "0DE0F05680A4A056BCEC864ED8DDA84296F82B40", // http://crbug.com/434651 |
210 "1C93BD3CF875F4A73C0B2A163BB8FBDA8B8B3D80", // http://crbug.com/293683 | 215 "1C93BD3CF875F4A73C0B2A163BB8FBDA8B8B3D80", // http://crbug.com/293683 |
211 "A3BC37E2148AC4E99BE4B16AF9D42DD1E592BBBE", // http://crbug.com/293683 | 216 "A3BC37E2148AC4E99BE4B16AF9D42DD1E592BBBE", // http://crbug.com/293683 |
212 "8C3741E3AF0B93B6E8E0DDD499BB0B74839EA578", // http://crbug.com/234235 | 217 "8C3741E3AF0B93B6E8E0DDD499BB0B74839EA578", // http://crbug.com/234235 |
213 "E703483CEF33DEC18B4B6DD84B5C776FB9182BDB", // http://crbug.com/234235 | 218 "E703483CEF33DEC18B4B6DD84B5C776FB9182BDB", // http://crbug.com/234235 |
(...skipping 188 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
402 }, | 407 }, |
403 "webRequest": { | 408 "webRequest": { |
404 "channel": "stable", | 409 "channel": "stable", |
405 "extension_types": ["extension", "legacy_packaged_app"] | 410 "extension_types": ["extension", "legacy_packaged_app"] |
406 }, | 411 }, |
407 "webRequestBlocking": { | 412 "webRequestBlocking": { |
408 "channel": "stable", | 413 "channel": "stable", |
409 "extension_types": ["extension", "legacy_packaged_app"] | 414 "extension_types": ["extension", "legacy_packaged_app"] |
410 } | 415 } |
411 } | 416 } |
OLD | NEW |