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 599 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
610 }, | 610 }, |
611 { | 611 { |
612 "channel": "stable", | 612 "channel": "stable", |
613 "extension_types": [ | 613 "extension_types": [ |
614 "extension", "legacy_packaged_app", "hosted_app", "platform_app" | 614 "extension", "legacy_packaged_app", "hosted_app", "platform_app" |
615 ], | 615 ], |
616 "location": "component" | 616 "location": "component" |
617 } | 617 } |
618 ], | 618 ], |
619 "logPrivate": { | 619 "logPrivate": { |
620 "channel": "dev", | 620 "channel": "stable", |
621 "extension_types": ["extension", "legacy_packaged_app"], | 621 "extension_types": ["extension", "platform_app"], |
622 "location": "component" | 622 "whitelist": [ |
| 623 "ddammdhioacbehjngdmkjcjbnfginlla", // Test |
| 624 "1C93BD3CF875F4A73C0B2A163BB8FBDA8B8B3D80", // http://crbug.com/293683 |
| 625 "A3BC37E2148AC4E99BE4B16AF9D42DD1E592BBBE", // http://crbug.com/293683 |
| 626 "8C3741E3AF0B93B6E8E0DDD499BB0B74839EA578", // http://crbug.com/234235 |
| 627 "E703483CEF33DEC18B4B6DD84B5C776FB9182BDB", // http://crbug.com/234235 |
| 628 "307E96539209F95A1A8740C713E6998A73657D96", // http://crbug.com/329690 |
| 629 "A291B26E088FA6BA53FFD72F0916F06EBA7C585A", // http://crbug.com/341258 |
| 630 "D7986543275120831B39EF28D1327552FC343960" // http://crbug.com/329088 |
| 631 ] |
623 }, | 632 }, |
624 "webcamPrivate": { | 633 "webcamPrivate": { |
625 "channel": "dev", | 634 "channel": "dev", |
626 "extension_types": ["extension", "platform_app"] | 635 "extension_types": ["extension", "platform_app"] |
627 }, | 636 }, |
628 "management": [ | 637 "management": [ |
629 { | 638 { |
630 "channel": "stable", | 639 "channel": "stable", |
631 "extension_types": ["extension", "legacy_packaged_app"] | 640 "extension_types": ["extension", "legacy_packaged_app"] |
632 }, | 641 }, |
(...skipping 463 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1096 // Only allowed for whitelisted extensions until all the caveats are | 1105 // Only allowed for whitelisted extensions until all the caveats are |
1097 // addressed. Tracked in crbug/285151. | 1106 // addressed. Tracked in crbug/285151. |
1098 "channel": "stable", | 1107 "channel": "stable", |
1099 "extension_types": ["extension"], | 1108 "extension_types": ["extension"], |
1100 "location": "component", | 1109 "location": "component", |
1101 "whitelist": [ | 1110 "whitelist": [ |
1102 "D519188F86D9ACCEE0412007B227D9936EB9676B" // GAIA Component Extension | 1111 "D519188F86D9ACCEE0412007B227D9936EB9676B" // GAIA Component Extension |
1103 ] | 1112 ] |
1104 }] | 1113 }] |
1105 } | 1114 } |
OLD | NEW |