| 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 405 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 416 ] | 416 ] |
| 417 }, | 417 }, |
| 418 "fileBrowserHandler": { | 418 "fileBrowserHandler": { |
| 419 "channel": "stable", | 419 "channel": "stable", |
| 420 "extension_types": ["extension", "legacy_packaged_app", "platform_app"], | 420 "extension_types": ["extension", "legacy_packaged_app", "platform_app"], |
| 421 "platforms": ["chromeos"] | 421 "platforms": ["chromeos"] |
| 422 }, | 422 }, |
| 423 "fileManagerPrivate": { | 423 "fileManagerPrivate": { |
| 424 "channel": "stable", | 424 "channel": "stable", |
| 425 "extension_types": ["extension", "legacy_packaged_app", "platform_app"], | 425 "extension_types": ["extension", "legacy_packaged_app", "platform_app"], |
| 426 "location": "component", | |
| 427 "platforms": ["chromeos"], | 426 "platforms": ["chromeos"], |
| 428 "whitelist": [ | 427 "whitelist": [ |
| 429 "397F221E63F86BE34C30165613E95B6CC8D22A52" // http://crbug.com/415846 | 428 "74E2D32A61B08D29521A8C4E360F581DE78F5CA5", // Image loader |
| 429 "A948368FC53BE437A55FEB414106E207925482F5", // Files app |
| 430 "A13373C881097323F4DEF392474BE2E28DA6D4ED", // Gallery |
| 431 "8C726564C6DBE7380BAB388DE6CC7EC93EB44B06", // Video player |
| 432 "5065C83E84321221675D20FBE4DC43C655CC8C6F", // Files app tests |
| 433 "397F221E63F86BE34C30165613E95B6CC8D22A52" // http://crbug.com/415846 |
| 430 ] | 434 ] |
| 431 }, | 435 }, |
| 432 "fileSystem": [{ | 436 "fileSystem": [{ |
| 433 "channel": "stable", | 437 "channel": "stable", |
| 434 "extension_types": ["platform_app"] | 438 "extension_types": ["platform_app"] |
| 435 },{ | 439 },{ |
| 436 "channel": "stable", | 440 "channel": "stable", |
| 437 "extension_types": ["extension"], | 441 "extension_types": ["extension"], |
| 438 "whitelist": [ | 442 "whitelist": [ |
| 439 "2FC374607C2DF285634B67C64A2E356C607091C3", // Quickoffice | 443 "2FC374607C2DF285634B67C64A2E356C607091C3", // Quickoffice |
| (...skipping 621 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1061 }, | 1065 }, |
| 1062 "webRequest": { | 1066 "webRequest": { |
| 1063 "channel": "stable", | 1067 "channel": "stable", |
| 1064 "extension_types": ["extension", "legacy_packaged_app"] | 1068 "extension_types": ["extension", "legacy_packaged_app"] |
| 1065 }, | 1069 }, |
| 1066 "webRequestBlocking": { | 1070 "webRequestBlocking": { |
| 1067 "channel": "stable", | 1071 "channel": "stable", |
| 1068 "extension_types": ["extension", "legacy_packaged_app"] | 1072 "extension_types": ["extension", "legacy_packaged_app"] |
| 1069 } | 1073 } |
| 1070 } | 1074 } |
| OLD | NEW |