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 484 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
495 "3010EF507AFEF487EEA9CDE2930EC94867C60936", // Citrix Receiver Beta | 495 "3010EF507AFEF487EEA9CDE2930EC94867C60936", // Citrix Receiver Beta |
496 "ABAABC5F49E022A76CBB12972A53B58354C04AC6", // Citrix Receiver Dev | 496 "ABAABC5F49E022A76CBB12972A53B58354C04AC6", // Citrix Receiver Dev |
497 "0EA6B717932AD64C469C1CCB6911457733295907", // HTerm | 497 "0EA6B717932AD64C469C1CCB6911457733295907", // HTerm |
498 "58B0C2968C335964D5433E89CA4D86628A0E3D4B" // HTerm dev | 498 "58B0C2968C335964D5433E89CA4D86628A0E3D4B" // HTerm dev |
499 ] | 499 ] |
500 },{ | 500 },{ |
501 "channel": "stable", | 501 "channel": "stable", |
502 "extension_types": ["extension", "legacy_packaged_app", "platform_app"], | 502 "extension_types": ["extension", "legacy_packaged_app", "platform_app"], |
503 "location": "component" | 503 "location": "component" |
504 }], | 504 }], |
| 505 "ledger": { |
| 506 "channel": "trunk", |
| 507 "extension_types": ["extension", "platform_app"] |
| 508 }, |
505 "location": [ | 509 "location": [ |
506 { | 510 { |
507 "channel": "dev", | 511 "channel": "dev", |
508 "extension_types": [ | 512 "extension_types": [ |
509 "extension", "legacy_packaged_app", "platform_app" | 513 "extension", "legacy_packaged_app", "platform_app" |
510 ] | 514 ] |
511 }, | 515 }, |
512 { | 516 { |
513 "channel": "stable", | 517 "channel": "stable", |
514 "extension_types": [ | 518 "extension_types": [ |
(...skipping 463 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
978 // Only allowed for whitelisted extensions until all the caveats are | 982 // Only allowed for whitelisted extensions until all the caveats are |
979 // addressed. Tracked in crbug/285151. | 983 // addressed. Tracked in crbug/285151. |
980 "channel": "stable", | 984 "channel": "stable", |
981 "extension_types": ["extension"], | 985 "extension_types": ["extension"], |
982 "location": "component", | 986 "location": "component", |
983 "whitelist": [ | 987 "whitelist": [ |
984 "D519188F86D9ACCEE0412007B227D9936EB9676B" // GAIA Component Extension | 988 "D519188F86D9ACCEE0412007B227D9936EB9676B" // GAIA Component Extension |
985 ] | 989 ] |
986 }] | 990 }] |
987 } | 991 } |
OLD | NEW |