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 358 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
369 "channel": "stable", | 369 "channel": "stable", |
370 "extension_types": ["extension"], | 370 "extension_types": ["extension"], |
371 "whitelist": [ | 371 "whitelist": [ |
372 "63ED55E43214C211F82122ED56407FF1A807F2A3", // Dev | 372 "63ED55E43214C211F82122ED56407FF1A807F2A3", // Dev |
373 "FA01E0B81978950F2BC5A50512FD769725F57510", // Beta | 373 "FA01E0B81978950F2BC5A50512FD769725F57510", // Beta |
374 "B11A93E7E5B541F8010245EBDE2C74647D6C14B9", // Canary | 374 "B11A93E7E5B541F8010245EBDE2C74647D6C14B9", // Canary |
375 "F155646B5D1CA545F7E1E4E20D573DFDD44C2540", // Google Cast Beta | 375 "F155646B5D1CA545F7E1E4E20D573DFDD44C2540", // Google Cast Beta |
376 "16CA7A47AAE4BE49B1E75A6B960C3875E945B264" // Google Cast Stable | 376 "16CA7A47AAE4BE49B1E75A6B960C3875E945B264" // Google Cast Stable |
377 ] | 377 ] |
378 }, | 378 }, |
| 379 "enterprise.platformKeys": { |
| 380 "channel": "dev", |
| 381 "platforms": ["chromeos"], |
| 382 "extension_types": ["extension", "legacy_packaged_app"], |
| 383 "location": "policy" |
| 384 }, |
379 "enterprise.platformKeysPrivate": { | 385 "enterprise.platformKeysPrivate": { |
380 "channel": "stable", | 386 "channel": "stable", |
381 "extension_types": ["extension", "legacy_packaged_app"], | 387 "extension_types": ["extension", "legacy_packaged_app"], |
382 "whitelist": [ | 388 "whitelist": [ |
383 "657FEC7E77355CA205B0E226586621F86B33F611", // Dogfood | 389 "657FEC7E77355CA205B0E226586621F86B33F611", // Dogfood |
384 "5894126C625EF31852F215ED301A5FF1F9B7D026" // Test | 390 "5894126C625EF31852F215ED301A5FF1F9B7D026" // Test |
385 ] | 391 ] |
386 }, | 392 }, |
387 "experimental": { | 393 "experimental": { |
388 "channel": "stable", | 394 "channel": "stable", |
(...skipping 637 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1026 // Only allowed for whitelisted extensions until all the caveats are | 1032 // Only allowed for whitelisted extensions until all the caveats are |
1027 // addressed. Tracked in crbug/285151. | 1033 // addressed. Tracked in crbug/285151. |
1028 "channel": "stable", | 1034 "channel": "stable", |
1029 "extension_types": ["extension"], | 1035 "extension_types": ["extension"], |
1030 "location": "component", | 1036 "location": "component", |
1031 "whitelist": [ | 1037 "whitelist": [ |
1032 "D519188F86D9ACCEE0412007B227D9936EB9676B" // GAIA Component Extension | 1038 "D519188F86D9ACCEE0412007B227D9936EB9676B" // GAIA Component Extension |
1033 ] | 1039 ] |
1034 }] | 1040 }] |
1035 } | 1041 } |
OLD | NEW |