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 469 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
480 "channel": "stable", | 480 "channel": "stable", |
481 "extension_types": ["platform_app"], | 481 "extension_types": ["platform_app"], |
482 "location": "component", | 482 "location": "component", |
483 "platforms": ["chromeos"] | 483 "platforms": ["chromeos"] |
484 }, | 484 }, |
485 "fontSettings": { | 485 "fontSettings": { |
486 "channel": "stable", | 486 "channel": "stable", |
487 "extension_types": ["extension", "legacy_packaged_app"] | 487 "extension_types": ["extension", "legacy_packaged_app"] |
488 }, | 488 }, |
489 "gcdPrivate": { | 489 "gcdPrivate": { |
490 "channel": "dev", | 490 "channel": "stable", |
491 "extension_types": ["extension", "platform_app"], | 491 "extension_types": ["extension", "platform_app"], |
492 "whitelist": [ | 492 "whitelist": [ |
493 "11B478CEC461C766A2DC1E5BEEB7970AE06DC9C2", // http://crbug.com/394124 | 493 "11B478CEC461C766A2DC1E5BEEB7970AE06DC9C2", // http://crbug.com/394124 |
494 "0EFB879311E9EFBB7C45251F89EC655711B1F6ED", // http://crbug.com/394124 | 494 "0EFB879311E9EFBB7C45251F89EC655711B1F6ED", // http://crbug.com/394124 |
495 "9193D3A51E2FE33B496CDA53EA330423166E7F02", // http://crbug.com/394124 | 495 "9193D3A51E2FE33B496CDA53EA330423166E7F02", // http://crbug.com/394124 |
496 "F9119B8B18C7C82B51E7BC6FF816B694F2EC3E89" // http://crbug.com/394124 | 496 "F9119B8B18C7C82B51E7BC6FF816B694F2EC3E89" // http://crbug.com/394124 |
497 ] | 497 ] |
498 }, | 498 }, |
499 "gcm": { | 499 "gcm": { |
500 "channel": "stable", | 500 "channel": "stable", |
(...skipping 564 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1065 }, | 1065 }, |
1066 "webRequest": { | 1066 "webRequest": { |
1067 "channel": "stable", | 1067 "channel": "stable", |
1068 "extension_types": ["extension", "legacy_packaged_app"] | 1068 "extension_types": ["extension", "legacy_packaged_app"] |
1069 }, | 1069 }, |
1070 "webRequestBlocking": { | 1070 "webRequestBlocking": { |
1071 "channel": "stable", | 1071 "channel": "stable", |
1072 "extension_types": ["extension", "legacy_packaged_app"] | 1072 "extension_types": ["extension", "legacy_packaged_app"] |
1073 } | 1073 } |
1074 } | 1074 } |
OLD | NEW |