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 378 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
389 "channel": "stable", | 389 "channel": "stable", |
390 "extension_types": ["extension"], | 390 "extension_types": ["extension"], |
391 "whitelist": [ | 391 "whitelist": [ |
392 "63ED55E43214C211F82122ED56407FF1A807F2A3", // Dev | 392 "63ED55E43214C211F82122ED56407FF1A807F2A3", // Dev |
393 "FA01E0B81978950F2BC5A50512FD769725F57510", // Beta | 393 "FA01E0B81978950F2BC5A50512FD769725F57510", // Beta |
394 "B11A93E7E5B541F8010245EBDE2C74647D6C14B9", // Canary | 394 "B11A93E7E5B541F8010245EBDE2C74647D6C14B9", // Canary |
395 "F155646B5D1CA545F7E1E4E20D573DFDD44C2540", // Google Cast Beta | 395 "F155646B5D1CA545F7E1E4E20D573DFDD44C2540", // Google Cast Beta |
396 "16CA7A47AAE4BE49B1E75A6B960C3875E945B264" // Google Cast Stable | 396 "16CA7A47AAE4BE49B1E75A6B960C3875E945B264" // Google Cast Stable |
397 ] | 397 ] |
398 }, | 398 }, |
| 399 "easyUnlockPrivate": { |
| 400 "channel": "stable", |
| 401 "extension_types": ["platform_app"], |
| 402 "location": "component" |
| 403 }, |
399 "enterprise.platformKeys": { | 404 "enterprise.platformKeys": { |
400 "channel": "stable", | 405 "channel": "stable", |
401 "platforms": ["chromeos"], | 406 "platforms": ["chromeos"], |
402 "extension_types": ["extension", "legacy_packaged_app"], | 407 "extension_types": ["extension", "legacy_packaged_app"], |
403 "location": "policy" | 408 "location": "policy" |
404 }, | 409 }, |
405 "enterprise.platformKeysPrivate": { | 410 "enterprise.platformKeysPrivate": { |
406 "channel": "stable", | 411 "channel": "stable", |
407 "extension_types": ["extension", "legacy_packaged_app"], | 412 "extension_types": ["extension", "legacy_packaged_app"], |
408 "platforms": ["chromeos"], | 413 "platforms": ["chromeos"], |
(...skipping 681 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1090 // Only allowed for whitelisted extensions until all the caveats are | 1095 // Only allowed for whitelisted extensions until all the caveats are |
1091 // addressed. Tracked in crbug/285151. | 1096 // addressed. Tracked in crbug/285151. |
1092 "channel": "stable", | 1097 "channel": "stable", |
1093 "extension_types": ["extension"], | 1098 "extension_types": ["extension"], |
1094 "location": "component", | 1099 "location": "component", |
1095 "whitelist": [ | 1100 "whitelist": [ |
1096 "D519188F86D9ACCEE0412007B227D9936EB9676B" // GAIA Component Extension | 1101 "D519188F86D9ACCEE0412007B227D9936EB9676B" // GAIA Component Extension |
1097 ] | 1102 ] |
1098 }] | 1103 }] |
1099 } | 1104 } |
OLD | NEW |