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 111 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
122 "extension_types": ["platform_app"] | 122 "extension_types": ["platform_app"] |
123 }, | 123 }, |
124 { | 124 { |
125 "channel": "stable", | 125 "channel": "stable", |
126 "extension_types": ["extension"], | 126 "extension_types": ["extension"], |
127 "whitelist": [ | 127 "whitelist": [ |
128 // http://crbug.com/292856 | 128 // http://crbug.com/292856 |
129 "3F50C3A83839D9C76334BCE81CDEC06174F266AF", | 129 "3F50C3A83839D9C76334BCE81CDEC06174F266AF", |
130 "09FDCB5851B8F3378DB630D06E316076E89C95A6", | 130 "09FDCB5851B8F3378DB630D06E316076E89C95A6", |
131 "39BE69F11F68E4EED080DA3DC2394F7885B7AFF9", | 131 "39BE69F11F68E4EED080DA3DC2394F7885B7AFF9", |
132 "FF78670081967CE21DB86A04AD94A0498F01E20A" | 132 "FF78670081967CE21DB86A04AD94A0498F01E20A", |
| 133 // Hotword component extension |
| 134 "62CCAAD339E6451BBF97C4BBDF758E934A05AD0B" |
133 ] | 135 ] |
134 } | 136 } |
135 ], | 137 ], |
136 "background": [ | 138 "background": [ |
137 { | 139 { |
138 "channel": "stable", | 140 "channel": "stable", |
139 "extension_types": [ | 141 "extension_types": [ |
140 "extension", "legacy_packaged_app", "hosted_app" | 142 "extension", "legacy_packaged_app", "hosted_app" |
141 ] | 143 ] |
142 }, | 144 }, |
(...skipping 1016 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1159 // Only allowed for whitelisted extensions until all the caveats are | 1161 // Only allowed for whitelisted extensions until all the caveats are |
1160 // addressed. Tracked in crbug/285151. | 1162 // addressed. Tracked in crbug/285151. |
1161 "channel": "stable", | 1163 "channel": "stable", |
1162 "extension_types": ["extension"], | 1164 "extension_types": ["extension"], |
1163 "location": "component", | 1165 "location": "component", |
1164 "whitelist": [ | 1166 "whitelist": [ |
1165 "D519188F86D9ACCEE0412007B227D9936EB9676B" // GAIA Component Extension | 1167 "D519188F86D9ACCEE0412007B227D9936EB9676B" // GAIA Component Extension |
1166 ] | 1168 ] |
1167 }] | 1169 }] |
1168 } | 1170 } |
OLD | NEW |