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 348 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
359 "F155646B5D1CA545F7E1E4E20D573DFDD44C2540", // Google Cast Beta | 359 "F155646B5D1CA545F7E1E4E20D573DFDD44C2540", // Google Cast Beta |
360 "16CA7A47AAE4BE49B1E75A6B960C3875E945B264" // Google Cast Stable | 360 "16CA7A47AAE4BE49B1E75A6B960C3875E945B264" // Google Cast Stable |
361 ] | 361 ] |
362 }, | 362 }, |
363 "easyUnlockPrivate": { | 363 "easyUnlockPrivate": { |
364 "channel": "stable", | 364 "channel": "stable", |
365 "extension_types": ["platform_app"], | 365 "extension_types": ["platform_app"], |
366 "location": "component" | 366 "location": "component" |
367 }, | 367 }, |
368 "embeddedExtensionOptions": { | 368 "embeddedExtensionOptions": { |
369 "channel": "dev", | 369 "channel": "trunk", |
370 "extension_types": ["extension"] | 370 "extension_types": ["extension"] |
371 }, | 371 }, |
372 "enterprise.platformKeys": { | 372 "enterprise.platformKeys": { |
373 "channel": "stable", | 373 "channel": "stable", |
374 "platforms": ["chromeos"], | 374 "platforms": ["chromeos"], |
375 "extension_types": ["extension", "legacy_packaged_app"], | 375 "extension_types": ["extension", "legacy_packaged_app"], |
376 "location": "policy" | 376 "location": "policy" |
377 }, | 377 }, |
378 "enterprise.platformKeysPrivate": { | 378 "enterprise.platformKeysPrivate": { |
379 "channel": "stable", | 379 "channel": "stable", |
(...skipping 657 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1037 }, | 1037 }, |
1038 "webRequest": { | 1038 "webRequest": { |
1039 "channel": "stable", | 1039 "channel": "stable", |
1040 "extension_types": ["extension", "legacy_packaged_app"] | 1040 "extension_types": ["extension", "legacy_packaged_app"] |
1041 }, | 1041 }, |
1042 "webRequestBlocking": { | 1042 "webRequestBlocking": { |
1043 "channel": "stable", | 1043 "channel": "stable", |
1044 "extension_types": ["extension", "legacy_packaged_app"] | 1044 "extension_types": ["extension", "legacy_packaged_app"] |
1045 } | 1045 } |
1046 } | 1046 } |
OLD | NEW |