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 789 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
800 "3F65507A3B39259B38C8173C6FFA3D12DF64CCE9", // http://crbug.com/371562 | 800 "3F65507A3B39259B38C8173C6FFA3D12DF64CCE9", // http://crbug.com/371562 |
801 "852290F2442EEE45EF673B8DA6090112079012A2" // http://crbug.com/375484 | 801 "852290F2442EEE45EF673B8DA6090112079012A2" // http://crbug.com/375484 |
802 ] | 802 ] |
803 }, | 803 }, |
804 { | 804 { |
805 "channel": "stable", | 805 "channel": "stable", |
806 "extension_types": ["platform_app"], | 806 "extension_types": ["platform_app"], |
807 "location": "component" | 807 "location": "component" |
808 } | 808 } |
809 ], | 809 ], |
810 "principalsPrivate": { | |
811 "channel": "stable", | |
812 "extension_types": ["extension"], | |
813 "whitelist": [ | |
814 "2779FA8B45841D61A37207CCFAC9CB393964FE5B" // Login Proxy (prototype) | |
815 ] | |
816 }, | |
817 "privacy": { | 810 "privacy": { |
818 "channel": "stable", | 811 "channel": "stable", |
819 "extension_types": ["extension", "legacy_packaged_app"] | 812 "extension_types": ["extension", "legacy_packaged_app"] |
820 }, | 813 }, |
821 "processes": [{ | 814 "processes": [{ |
822 "channel": "dev", | 815 "channel": "dev", |
823 "extension_types": ["extension"] | 816 "extension_types": ["extension"] |
824 }, { | 817 }, { |
825 "channel": "beta", | 818 "channel": "beta", |
826 "extension_types": ["extension"], | 819 "extension_types": ["extension"], |
(...skipping 222 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1049 "channel": "stable", | 1042 "channel": "stable", |
1050 "extension_types": ["platform_app"], | 1043 "extension_types": ["platform_app"], |
1051 "platforms": ["chromeos"], | 1044 "platforms": ["chromeos"], |
1052 "whitelist": [ | 1045 "whitelist": [ |
1053 "A948368FC53BE437A55FEB414106E207925482F5", // Files app | 1046 "A948368FC53BE437A55FEB414106E207925482F5", // Files app |
1054 "8C726564C6DBE7380BAB388DE6CC7EC93EB44B06", // Video player | 1047 "8C726564C6DBE7380BAB388DE6CC7EC93EB44B06", // Video player |
1055 "5065C83E84321221675D20FBE4DC43C655CC8C6F" // Files app tests | 1048 "5065C83E84321221675D20FBE4DC43C655CC8C6F" // Files app tests |
1056 ] | 1049 ] |
1057 } | 1050 } |
1058 } | 1051 } |
OLD | NEW |