| 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 279 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 290 "extension_types": ["extension"] | 290 "extension_types": ["extension"] |
| 291 }, | 291 }, |
| 292 "desktopCapture": { | 292 "desktopCapture": { |
| 293 "channel": "stable", | 293 "channel": "stable", |
| 294 "extension_types": ["extension", "platform_app"] | 294 "extension_types": ["extension", "platform_app"] |
| 295 }, | 295 }, |
| 296 "desktopCapturePrivate": { | 296 "desktopCapturePrivate": { |
| 297 "channel": "stable", | 297 "channel": "stable", |
| 298 "extension_types": ["extension", "platform_app"] | 298 "extension_types": ["extension", "platform_app"] |
| 299 }, | 299 }, |
| 300 "documentScan": { | |
| 301 "channel": "dev", | |
| 302 "extension_types": ["extension", "platform_app"] | |
| 303 }, | |
| 304 "downloads": { | 300 "downloads": { |
| 305 "channel": "stable", | 301 "channel": "stable", |
| 306 "extension_types": ["extension"] | 302 "extension_types": ["extension"] |
| 307 }, | 303 }, |
| 308 "downloads.open": { | 304 "downloads.open": { |
| 309 "channel": "stable", | 305 "channel": "stable", |
| 310 "extension_types": ["extension"] | 306 "extension_types": ["extension"] |
| 311 }, | 307 }, |
| 312 "downloads.shelf": { | 308 "downloads.shelf": { |
| 313 "channel": "stable", | 309 "channel": "stable", |
| (...skipping 668 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 982 "webstorePrivate": { | 978 "webstorePrivate": { |
| 983 "channel": "stable", | 979 "channel": "stable", |
| 984 "extension_types": ["extension", "legacy_packaged_app", "hosted_app"], | 980 "extension_types": ["extension", "legacy_packaged_app", "hosted_app"], |
| 985 "whitelist": [ | 981 "whitelist": [ |
| 986 "B44D08FD98F1523ED5837D78D0A606EA9D6206E5", // Web Store | 982 "B44D08FD98F1523ED5837D78D0A606EA9D6206E5", // Web Store |
| 987 "2653F6F6C39BC6EEBD36A09AFB92A19782FF7EB4", // Enterprise Web Store | 983 "2653F6F6C39BC6EEBD36A09AFB92A19782FF7EB4", // Enterprise Web Store |
| 988 "2779FA8B45841D61A37207CCFAC9CB393964FE5B" // Login Proxy (prototype) | 984 "2779FA8B45841D61A37207CCFAC9CB393964FE5B" // Login Proxy (prototype) |
| 989 ] | 985 ] |
| 990 } | 986 } |
| 991 } | 987 } |
| OLD | NEW |