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 185 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
196 "extension_types": ["extension", "legacy_packaged_app"] | 196 "extension_types": ["extension", "legacy_packaged_app"] |
197 }, | 197 }, |
198 "contextMenus": { | 198 "contextMenus": { |
199 "channel": "stable", | 199 "channel": "stable", |
200 "extension_types": ["extension", "legacy_packaged_app", "platform_app"] | 200 "extension_types": ["extension", "legacy_packaged_app", "platform_app"] |
201 }, | 201 }, |
202 "cookies": { | 202 "cookies": { |
203 "channel": "stable", | 203 "channel": "stable", |
204 "extension_types": ["extension", "legacy_packaged_app"] | 204 "extension_types": ["extension", "legacy_packaged_app"] |
205 }, | 205 }, |
206 "copresence": [ | |
207 { | |
208 "channel": "dev", | |
209 "extension_types": ["extension", "platform_app"] | |
210 }, | |
211 { | |
212 "channel": "stable", | |
213 "extension_types": ["extension", "platform_app"], | |
214 "whitelist": [ | |
215 "AFA728615D3A82D4017BDECEE86978543194D198", // http://crbug.com/387999 | |
216 "0C0426C12F94156F330FFAF346A976BA8878DE78", // http://crbug.com/387999 | |
217 "1C93BD3CF875F4A73C0B2A163BB8FBDA8B8B3D80", // http://crbug.com/389230 | |
218 "A3BC37E2148AC4E99BE4B16AF9D42DD1E592BBBE", // http://crbug.com/389230 | |
219 "E703483CEF33DEC18B4B6DD84B5C776FB9182BDB", // http://crbug.com/389230 | |
220 "307E96539209F95A1A8740C713E6998A73657D96", // http://crbug.com/389230 | |
221 "4F25792AF1AA7483936DE29C07806F203C7170A0", // http://crbug.com/407693 | |
222 "BD8781D757D830FC2E85470A1B6E8A718B7EE0D9", // http://crbug.com/407693 | |
223 "4AC2B6C63C6480D150DFDA13E4A5956EB1D0DDBB", // http://crbug.com/407693 | |
224 "81986D4F846CEDDDB962643FA501D1780DD441BB", // http://crbug.com/407693 | |
225 "FF78670081967CE21DB86A04AD94A0498F01E20A", // http://crbug.com/409192 | |
226 "05EBA3051DFCA6AF17070AEE5FE8C66322FF4738", // http://crbug.com/431978 | |
227 "11B478CEC461C766A2DC1E5BEEB7970AE06DC9C2", // http://crbug.com/458218 | |
228 "0EFB879311E9EFBB7C45251F89EC655711B1F6ED", // http://crbug.com/458218 | |
229 "9193D3A51E2FE33B496CDA53EA330423166E7F02", // http://crbug.com/458218 | |
230 "F9119B8B18C7C82B51E7BC6FF816B694F2EC3E89" // http://crbug.com/458218 | |
231 ] | |
232 } | |
233 ], | |
234 "copresencePrivate": { | 206 "copresencePrivate": { |
235 "channel": "stable", | 207 "channel": "stable", |
236 "extension_types": ["extension"], | 208 "extension_types": ["extension"], |
237 "location": "component", | 209 "location": "component", |
238 "whitelist": [ | 210 "whitelist": [ |
239 "AFA728615D3A82D4017BDECEE86978543194D198" // Whispernet Proxy | 211 "AFA728615D3A82D4017BDECEE86978543194D198" // Whispernet Proxy |
240 ] | 212 ] |
241 }, | 213 }, |
242 "cryptotokenPrivate": { | 214 "cryptotokenPrivate": { |
243 "channel": "stable", | 215 "channel": "stable", |
(...skipping 796 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1040 "channel": "stable", | 1012 "channel": "stable", |
1041 "extension_types": ["platform_app"], | 1013 "extension_types": ["platform_app"], |
1042 "platforms": ["chromeos"], | 1014 "platforms": ["chromeos"], |
1043 "whitelist": [ | 1015 "whitelist": [ |
1044 "A948368FC53BE437A55FEB414106E207925482F5", // Files app | 1016 "A948368FC53BE437A55FEB414106E207925482F5", // Files app |
1045 "8C726564C6DBE7380BAB388DE6CC7EC93EB44B06", // Video player | 1017 "8C726564C6DBE7380BAB388DE6CC7EC93EB44B06", // Video player |
1046 "5065C83E84321221675D20FBE4DC43C655CC8C6F" // Files app tests | 1018 "5065C83E84321221675D20FBE4DC43C655CC8C6F" // Files app tests |
1047 ] | 1019 ] |
1048 } | 1020 } |
1049 } | 1021 } |
OLD | NEW |