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 801 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
812 "extension_types": ["extension", "legacy_packaged_app"] | 812 "extension_types": ["extension", "legacy_packaged_app"] |
813 }, | 813 }, |
814 "pointerLock": { | 814 "pointerLock": { |
815 "channel": "stable", | 815 "channel": "stable", |
816 "extension_types": ["platform_app"] | 816 "extension_types": ["platform_app"] |
817 }, | 817 }, |
818 "plugin": { | 818 "plugin": { |
819 "channel": "stable", | 819 "channel": "stable", |
820 "extension_types": ["extension", "legacy_packaged_app"] | 820 "extension_types": ["extension", "legacy_packaged_app"] |
821 }, | 821 }, |
822 "preferencesPrivate": { | 822 "preferencesPrivate": [ |
823 "channel": "stable", | 823 { |
824 "extension_types": [ | 824 "channel": "stable", |
825 "extension" | 825 "extension_types": [ |
826 ], | 826 "extension" |
827 "whitelist": [ | 827 ], |
828 "C41AD9DCD670210295614257EF8C9945AD68D86E", // Google Now | 828 "whitelist": [ |
829 "D5736E4B5CF695CB93A2FB57E4FDC6E5AFAB6FE2", // http://crbug.com/312900 | 829 "C41AD9DCD670210295614257EF8C9945AD68D86E", // Google Now |
830 "D57DE394F36DC1C3220E7604C575D29C51A6C495", // http://crbug.com/319444 | 830 "D5736E4B5CF695CB93A2FB57E4FDC6E5AFAB6FE2", // http://crbug.com/312900 |
831 "3F65507A3B39259B38C8173C6FFA3D12DF64CCE9", // http://crbug.com/371562 | 831 "D57DE394F36DC1C3220E7604C575D29C51A6C495", // http://crbug.com/319444 |
832 "852290F2442EEE45EF673B8DA6090112079012A2" // http://crbug.com/375484 | 832 "3F65507A3B39259B38C8173C6FFA3D12DF64CCE9", // http://crbug.com/371562 |
833 ] | 833 "852290F2442EEE45EF673B8DA6090112079012A2" // http://crbug.com/375484 |
834 }, | 834 ] |
| 835 }, |
| 836 { |
| 837 "channel": "stable", |
| 838 "extension_types": ["platform_app"], |
| 839 "location": "component" |
| 840 } |
| 841 ], |
835 "principalsPrivate": { | 842 "principalsPrivate": { |
836 "channel": "stable", | 843 "channel": "stable", |
837 "extension_types": ["extension"], | 844 "extension_types": ["extension"], |
838 "whitelist": [ | 845 "whitelist": [ |
839 "2779FA8B45841D61A37207CCFAC9CB393964FE5B" // Login Proxy (prototype) | 846 "2779FA8B45841D61A37207CCFAC9CB393964FE5B" // Login Proxy (prototype) |
840 ] | 847 ] |
841 }, | 848 }, |
842 "privacy": { | 849 "privacy": { |
843 "channel": "stable", | 850 "channel": "stable", |
844 "extension_types": ["extension", "legacy_packaged_app"] | 851 "extension_types": ["extension", "legacy_packaged_app"] |
(...skipping 206 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1051 "webstorePrivate": { | 1058 "webstorePrivate": { |
1052 "channel": "stable", | 1059 "channel": "stable", |
1053 "extension_types": ["extension", "legacy_packaged_app", "hosted_app"], | 1060 "extension_types": ["extension", "legacy_packaged_app", "hosted_app"], |
1054 "whitelist": [ | 1061 "whitelist": [ |
1055 "B44D08FD98F1523ED5837D78D0A606EA9D6206E5", // Web Store | 1062 "B44D08FD98F1523ED5837D78D0A606EA9D6206E5", // Web Store |
1056 "2653F6F6C39BC6EEBD36A09AFB92A19782FF7EB4", // Enterprise Web Store | 1063 "2653F6F6C39BC6EEBD36A09AFB92A19782FF7EB4", // Enterprise Web Store |
1057 "2779FA8B45841D61A37207CCFAC9CB393964FE5B" // Login Proxy (prototype) | 1064 "2779FA8B45841D61A37207CCFAC9CB393964FE5B" // Login Proxy (prototype) |
1058 ] | 1065 ] |
1059 } | 1066 } |
1060 } | 1067 } |
OLD | NEW |