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 174 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
185 "AD8ED80B705E1818AAD4684F9FF62B43D6D79620", // FIDO U2F APIs (dev) | 185 "AD8ED80B705E1818AAD4684F9FF62B43D6D79620", // FIDO U2F APIs (dev) |
186 "E24F1786D842E91E74C27929B0B3715A4689A473", // CryptoToken | 186 "E24F1786D842E91E74C27929B0B3715A4689A473", // CryptoToken |
187 "A28C9619C4C41306FA5236FB4D94DA812F504DE8" // CryptoToken (dev) | 187 "A28C9619C4C41306FA5236FB4D94DA812F504DE8" // CryptoToken (dev) |
188 ] | 188 ] |
189 } | 189 } |
190 ], | 190 ], |
191 "idle": { | 191 "idle": { |
192 "channel": "stable", | 192 "channel": "stable", |
193 "extension_types": ["extension", "legacy_packaged_app", "platform_app"] | 193 "extension_types": ["extension", "legacy_packaged_app", "platform_app"] |
194 }, | 194 }, |
| 195 "networking.config": { |
| 196 "channel": "dev", |
| 197 "platforms": ["chromeos"], |
| 198 "extension_types": ["extension"] |
| 199 }, |
195 "networkingPrivate": { | 200 "networkingPrivate": { |
196 "channel": "stable", | 201 "channel": "stable", |
197 "extension_types": ["extension", "legacy_packaged_app", "platform_app"], | 202 "extension_types": ["extension", "legacy_packaged_app", "platform_app"], |
198 "platforms": ["chromeos", "mac", "win", "linux"], | 203 "platforms": ["chromeos", "mac", "win", "linux"], |
199 "whitelist": [ | 204 "whitelist": [ |
200 "0DE0F05680A4A056BCEC864ED8DDA84296F82B40", // http://crbug.com/434651 | 205 "0DE0F05680A4A056BCEC864ED8DDA84296F82B40", // http://crbug.com/434651 |
201 "1C93BD3CF875F4A73C0B2A163BB8FBDA8B8B3D80", // http://crbug.com/293683 | 206 "1C93BD3CF875F4A73C0B2A163BB8FBDA8B8B3D80", // http://crbug.com/293683 |
202 "A3BC37E2148AC4E99BE4B16AF9D42DD1E592BBBE", // http://crbug.com/293683 | 207 "A3BC37E2148AC4E99BE4B16AF9D42DD1E592BBBE", // http://crbug.com/293683 |
203 "8C3741E3AF0B93B6E8E0DDD499BB0B74839EA578", // http://crbug.com/234235 | 208 "8C3741E3AF0B93B6E8E0DDD499BB0B74839EA578", // http://crbug.com/234235 |
204 "E703483CEF33DEC18B4B6DD84B5C776FB9182BDB", // http://crbug.com/234235 | 209 "E703483CEF33DEC18B4B6DD84B5C776FB9182BDB", // http://crbug.com/234235 |
(...skipping 188 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
393 }, | 398 }, |
394 "webRequest": { | 399 "webRequest": { |
395 "channel": "stable", | 400 "channel": "stable", |
396 "extension_types": ["extension", "legacy_packaged_app"] | 401 "extension_types": ["extension", "legacy_packaged_app"] |
397 }, | 402 }, |
398 "webRequestBlocking": { | 403 "webRequestBlocking": { |
399 "channel": "stable", | 404 "channel": "stable", |
400 "extension_types": ["extension", "legacy_packaged_app"] | 405 "extension_types": ["extension", "legacy_packaged_app"] |
401 } | 406 } |
402 } | 407 } |
OLD | NEW |