| 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 242 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 253 } | 253 } |
| 254 ], | 254 ], |
| 255 "copresencePrivate": { | 255 "copresencePrivate": { |
| 256 "channel": "stable", | 256 "channel": "stable", |
| 257 "extension_types": ["extension"], | 257 "extension_types": ["extension"], |
| 258 "location": "component", | 258 "location": "component", |
| 259 "whitelist": [ | 259 "whitelist": [ |
| 260 "AFA728615D3A82D4017BDECEE86978543194D198" // Whispernet Proxy | 260 "AFA728615D3A82D4017BDECEE86978543194D198" // Whispernet Proxy |
| 261 ] | 261 ] |
| 262 }, | 262 }, |
| 263 "cryptotokenPrivate": { |
| 264 "channel": "dev", |
| 265 "extension_types": ["extension"], |
| 266 "location": "component", |
| 267 "whitelist": [ |
| 268 "E24F1786D842E91E74C27929B0B3715A4689A473" // Cryptotoken |
| 269 ] |
| 270 }, |
| 263 "diagnostics": [ | 271 "diagnostics": [ |
| 264 { | 272 { |
| 265 "channel": "dev", | 273 "channel": "dev", |
| 266 "extension_types": ["platform_app"] | 274 "extension_types": ["platform_app"] |
| 267 }, | 275 }, |
| 268 { | 276 { |
| 269 "channel": "stable", | 277 "channel": "stable", |
| 270 "extension_types": ["platform_app"], | 278 "extension_types": ["platform_app"], |
| 271 "whitelist": [ | 279 "whitelist": [ |
| 272 "7AE714FFD394E073F0294CFA134C9F91DB5FBAA4", // CCD Development | 280 "7AE714FFD394E073F0294CFA134C9F91DB5FBAA4", // CCD Development |
| (...skipping 777 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1050 "webstorePrivate": { | 1058 "webstorePrivate": { |
| 1051 "channel": "stable", | 1059 "channel": "stable", |
| 1052 "extension_types": ["extension", "legacy_packaged_app", "hosted_app"], | 1060 "extension_types": ["extension", "legacy_packaged_app", "hosted_app"], |
| 1053 "whitelist": [ | 1061 "whitelist": [ |
| 1054 "B44D08FD98F1523ED5837D78D0A606EA9D6206E5", // Web Store | 1062 "B44D08FD98F1523ED5837D78D0A606EA9D6206E5", // Web Store |
| 1055 "2653F6F6C39BC6EEBD36A09AFB92A19782FF7EB4", // Enterprise Web Store | 1063 "2653F6F6C39BC6EEBD36A09AFB92A19782FF7EB4", // Enterprise Web Store |
| 1056 "2779FA8B45841D61A37207CCFAC9CB393964FE5B" // Login Proxy (prototype) | 1064 "2779FA8B45841D61A37207CCFAC9CB393964FE5B" // Login Proxy (prototype) |
| 1057 ] | 1065 ] |
| 1058 } | 1066 } |
| 1059 } | 1067 } |
| OLD | NEW |