| 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 295 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 306 "extension_types": ["extension", "legacy_packaged_app"] | 306 "extension_types": ["extension", "legacy_packaged_app"] |
| 307 }, | 307 }, |
| 308 "contextMenus": { | 308 "contextMenus": { |
| 309 "channel": "stable", | 309 "channel": "stable", |
| 310 "extension_types": ["extension", "legacy_packaged_app", "platform_app"] | 310 "extension_types": ["extension", "legacy_packaged_app", "platform_app"] |
| 311 }, | 311 }, |
| 312 "cookies": { | 312 "cookies": { |
| 313 "channel": "stable", | 313 "channel": "stable", |
| 314 "extension_types": ["extension", "legacy_packaged_app"] | 314 "extension_types": ["extension", "legacy_packaged_app"] |
| 315 }, | 315 }, |
| 316 "copresencePrivate": { |
| 317 "channel": "stable", |
| 318 "extension_types": ["extension"], |
| 319 "location": "component", |
| 320 "whitelist": [ |
| 321 "AFA728615D3A82D4017BDECEE86978543194D198" // Whispernet Proxy |
| 322 ] |
| 323 }, |
| 316 "diagnostics": [ | 324 "diagnostics": [ |
| 317 { | 325 { |
| 318 "channel": "dev", | 326 "channel": "dev", |
| 319 "extension_types": ["platform_app"] | 327 "extension_types": ["platform_app"] |
| 320 }, | 328 }, |
| 321 { | 329 { |
| 322 "channel": "stable", | 330 "channel": "stable", |
| 323 "extension_types": ["platform_app"], | 331 "extension_types": ["platform_app"], |
| 324 "whitelist": [ | 332 "whitelist": [ |
| 325 "7AE714FFD394E073F0294CFA134C9F91DB5FBAA4", // CCD Development | 333 "7AE714FFD394E073F0294CFA134C9F91DB5FBAA4", // CCD Development |
| (...skipping 791 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1117 // Only allowed for whitelisted extensions until all the caveats are | 1125 // Only allowed for whitelisted extensions until all the caveats are |
| 1118 // addressed. Tracked in crbug/285151. | 1126 // addressed. Tracked in crbug/285151. |
| 1119 "channel": "stable", | 1127 "channel": "stable", |
| 1120 "extension_types": ["extension"], | 1128 "extension_types": ["extension"], |
| 1121 "location": "component", | 1129 "location": "component", |
| 1122 "whitelist": [ | 1130 "whitelist": [ |
| 1123 "D519188F86D9ACCEE0412007B227D9936EB9676B" // GAIA Component Extension | 1131 "D519188F86D9ACCEE0412007B227D9936EB9676B" // GAIA Component Extension |
| 1124 ] | 1132 ] |
| 1125 }] | 1133 }] |
| 1126 } | 1134 } |
| OLD | NEW |