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 589 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
600 "3010EF507AFEF487EEA9CDE2930EC94867C60936", // Citrix Receiver Beta | 600 "3010EF507AFEF487EEA9CDE2930EC94867C60936", // Citrix Receiver Beta |
601 "ABAABC5F49E022A76CBB12972A53B58354C04AC6", // Citrix Receiver Dev | 601 "ABAABC5F49E022A76CBB12972A53B58354C04AC6", // Citrix Receiver Dev |
602 "0EA6B717932AD64C469C1CCB6911457733295907", // HTerm | 602 "0EA6B717932AD64C469C1CCB6911457733295907", // HTerm |
603 "58B0C2968C335964D5433E89CA4D86628A0E3D4B" // HTerm dev | 603 "58B0C2968C335964D5433E89CA4D86628A0E3D4B" // HTerm dev |
604 ] | 604 ] |
605 },{ | 605 },{ |
606 "channel": "stable", | 606 "channel": "stable", |
607 "extension_types": ["extension", "legacy_packaged_app", "platform_app"], | 607 "extension_types": ["extension", "legacy_packaged_app", "platform_app"], |
608 "location": "component" | 608 "location": "component" |
609 }], | 609 }], |
610 "ledger": { | |
611 "channel": "trunk", | |
612 "extension_types": ["extension", "platform_app"], | |
613 "platforms": ["chromeos"], | |
614 "whitelist": [ | |
615 "AFA728615D3A82D4017BDECEE86978543194D198", // http://crbug.com/387999 | |
616 "0C0426C12F94156F330FFAF346A976BA8878DE78", // http://crbug.com/387999 | |
617 "1C93BD3CF875F4A73C0B2A163BB8FBDA8B8B3D80", // http://crbug.com/389230 | |
618 "A3BC37E2148AC4E99BE4B16AF9D42DD1E592BBBE", // http://crbug.com/389230 | |
619 "E703483CEF33DEC18B4B6DD84B5C776FB9182BDB", // http://crbug.com/389230 | |
620 "307E96539209F95A1A8740C713E6998A73657D96", // http://crbug.com/389230 | |
621 "4F25792AF1AA7483936DE29C07806F203C7170A0", // http://crbug.com/407693 | |
622 "BD8781D757D830FC2E85470A1B6E8A718B7EE0D9", // http://crbug.com/407693 | |
623 "4AC2B6C63C6480D150DFDA13E4A5956EB1D0DDBB", // http://crbug.com/407693 | |
624 "81986D4F846CEDDDB962643FA501D1780DD441BB" // http://crbug.com/407693 | |
625 ] | |
626 }, | |
627 "location": [ | 610 "location": [ |
628 { | 611 { |
629 "channel": "dev", | 612 "channel": "dev", |
630 "extension_types": [ | 613 "extension_types": [ |
631 "extension", "legacy_packaged_app", "platform_app" | 614 "extension", "legacy_packaged_app", "platform_app" |
632 ] | 615 ] |
633 }, | 616 }, |
634 { | 617 { |
635 "channel": "stable", | 618 "channel": "stable", |
636 "extension_types": [ | 619 "extension_types": [ |
(...skipping 533 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1170 // Only allowed for whitelisted extensions until all the caveats are | 1153 // Only allowed for whitelisted extensions until all the caveats are |
1171 // addressed. Tracked in crbug/285151. | 1154 // addressed. Tracked in crbug/285151. |
1172 "channel": "stable", | 1155 "channel": "stable", |
1173 "extension_types": ["extension"], | 1156 "extension_types": ["extension"], |
1174 "location": "component", | 1157 "location": "component", |
1175 "whitelist": [ | 1158 "whitelist": [ |
1176 "D519188F86D9ACCEE0412007B227D9936EB9676B" // GAIA Component Extension | 1159 "D519188F86D9ACCEE0412007B227D9936EB9676B" // GAIA Component Extension |
1177 ] | 1160 ] |
1178 }] | 1161 }] |
1179 } | 1162 } |
OLD | NEW |