| 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 231 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 242 "E24F1786D842E91E74C27929B0B3715A4689A473" // Cryptotoken | 242 "E24F1786D842E91E74C27929B0B3715A4689A473" // Cryptotoken |
| 243 ] | 243 ] |
| 244 }, | 244 }, |
| 245 "dataReductionProxy": { | 245 "dataReductionProxy": { |
| 246 "channel": "stable", | 246 "channel": "stable", |
| 247 "extension_types": ["extension"], | 247 "extension_types": ["extension"], |
| 248 "whitelist": [ | 248 "whitelist": [ |
| 249 "852290F2442EEE45EF673B8DA6090112079012A2" // http://crbug.com/375484 | 249 "852290F2442EEE45EF673B8DA6090112079012A2" // http://crbug.com/375484 |
| 250 ] | 250 ] |
| 251 }, | 251 }, |
| 252 "diagnostics": [ | |
| 253 { | |
| 254 "channel": "dev", | |
| 255 "extension_types": ["platform_app"] | |
| 256 }, | |
| 257 { | |
| 258 "channel": "stable", | |
| 259 "extension_types": ["platform_app"], | |
| 260 "whitelist": [ | |
| 261 "7AE714FFD394E073F0294CFA134C9F91DB5FBAA4", // CCD Development | |
| 262 "C7DA3A55C2355F994D3FDDAD120B426A0DF63843", // CCD Testing | |
| 263 "75E3CFFFC530582C583E4690EF97C70B9C8423B7" // CCD Release | |
| 264 ] | |
| 265 } | |
| 266 ], | |
| 267 "debugger": [ | 252 "debugger": [ |
| 268 { | 253 { |
| 269 "channel": "stable", | 254 "channel": "stable", |
| 270 "extension_types": ["extension", "legacy_packaged_app"] | 255 "extension_types": ["extension", "legacy_packaged_app"] |
| 271 }, | 256 }, |
| 272 { | 257 { |
| 273 "channel": "stable", | 258 "channel": "stable", |
| 274 "extension_types": ["platform_app"], | 259 "extension_types": ["platform_app"], |
| 275 "whitelist": [ | 260 "whitelist": [ |
| 276 "AE27D69DBE571F4B1694F05C89B710C646792231", // Published ADT. | 261 "AE27D69DBE571F4B1694F05C89B710C646792231", // Published ADT. |
| (...skipping 715 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 992 "webstorePrivate": { | 977 "webstorePrivate": { |
| 993 "channel": "stable", | 978 "channel": "stable", |
| 994 "extension_types": ["extension", "legacy_packaged_app", "hosted_app"], | 979 "extension_types": ["extension", "legacy_packaged_app", "hosted_app"], |
| 995 "whitelist": [ | 980 "whitelist": [ |
| 996 "B44D08FD98F1523ED5837D78D0A606EA9D6206E5", // Web Store | 981 "B44D08FD98F1523ED5837D78D0A606EA9D6206E5", // Web Store |
| 997 "2653F6F6C39BC6EEBD36A09AFB92A19782FF7EB4", // Enterprise Web Store | 982 "2653F6F6C39BC6EEBD36A09AFB92A19782FF7EB4", // Enterprise Web Store |
| 998 "2779FA8B45841D61A37207CCFAC9CB393964FE5B" // Login Proxy (prototype) | 983 "2779FA8B45841D61A37207CCFAC9CB393964FE5B" // Login Proxy (prototype) |
| 999 ] | 984 ] |
| 1000 } | 985 } |
| 1001 } | 986 } |
| OLD | NEW |