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