OLD | NEW |
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 // Copyright (c) 2012 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/chrome. | 6 // under src/chrome. |
7 // See extensions/common/features/* to understand this file, in particular | 7 // See extensions/common/features/* to understand this file, in particular |
8 // feature.h, simple_feature.h, and base_feature_provider.h. | 8 // feature.h, simple_feature.h, and base_feature_provider.h. |
9 | 9 |
10 // To add a new whitelisted ID, SHA-1 it and force it to uppercase. In Bash: | 10 // To add a new whitelisted ID, SHA-1 it and force it to uppercase. In Bash: |
(...skipping 313 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
324 "channel": "stable", | 324 "channel": "stable", |
325 "extension_types": ["extension"], | 325 "extension_types": ["extension"], |
326 "whitelist": [ | 326 "whitelist": [ |
327 "63ED55E43214C211F82122ED56407FF1A807F2A3", // Dev | 327 "63ED55E43214C211F82122ED56407FF1A807F2A3", // Dev |
328 "FA01E0B81978950F2BC5A50512FD769725F57510", // Beta | 328 "FA01E0B81978950F2BC5A50512FD769725F57510", // Beta |
329 "B11A93E7E5B541F8010245EBDE2C74647D6C14B9", // Canary | 329 "B11A93E7E5B541F8010245EBDE2C74647D6C14B9", // Canary |
330 "F155646B5D1CA545F7E1E4E20D573DFDD44C2540", // Google Cast Beta | 330 "F155646B5D1CA545F7E1E4E20D573DFDD44C2540", // Google Cast Beta |
331 "16CA7A47AAE4BE49B1E75A6B960C3875E945B264" // Google Cast Stable | 331 "16CA7A47AAE4BE49B1E75A6B960C3875E945B264" // Google Cast Stable |
332 ] | 332 ] |
333 }, | 333 }, |
| 334 "enterprise.platformKeys": { |
| 335 "channel": "dev", |
| 336 "platforms": ["chromeos"], |
| 337 "extension_types": ["extension", "legacy_packaged_app"] |
| 338 // "location": "policy" |
| 339 }, |
334 "enterprise.platformKeysPrivate": { | 340 "enterprise.platformKeysPrivate": { |
335 "channel": "stable", | 341 "channel": "stable", |
336 "extension_types": ["extension", "legacy_packaged_app"], | 342 "extension_types": ["extension", "legacy_packaged_app"], |
337 "whitelist": [ | 343 "whitelist": [ |
338 "657FEC7E77355CA205B0E226586621F86B33F611", // Dogfood | 344 "657FEC7E77355CA205B0E226586621F86B33F611", // Dogfood |
339 "5894126C625EF31852F215ED301A5FF1F9B7D026" // Test | 345 "5894126C625EF31852F215ED301A5FF1F9B7D026" // Test |
340 ] | 346 ] |
341 }, | 347 }, |
342 "experimental": { | 348 "experimental": { |
343 "channel": "stable", | 349 "channel": "stable", |
(...skipping 613 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
957 // Only allowed for whitelisted extensions until all the caveats are | 963 // Only allowed for whitelisted extensions until all the caveats are |
958 // addressed. Tracked in crbug/285151. | 964 // addressed. Tracked in crbug/285151. |
959 "channel": "stable", | 965 "channel": "stable", |
960 "extension_types": ["extension"], | 966 "extension_types": ["extension"], |
961 "location": "component", | 967 "location": "component", |
962 "whitelist": [ | 968 "whitelist": [ |
963 "D519188F86D9ACCEE0412007B227D9936EB9676B" // GAIA Component Extension | 969 "D519188F86D9ACCEE0412007B227D9936EB9676B" // GAIA Component Extension |
964 ] | 970 ] |
965 }] | 971 }] |
966 } | 972 } |
OLD | NEW |