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 chrome/common/extensions/api/_features.md to understand this file, as | 7 // See chrome/common/extensions/api/_features.md to understand this file, as |
8 // well as feature.h, simple_feature.h, and base_feature_provider.h. | 8 // well as feature.h, simple_feature.h, and base_feature_provider.h. |
9 | 9 |
10 // If you add a new platform_app permission please update the "stubs_app" test: | 10 // If you add a new platform_app permission please update the "stubs_app" test: |
(...skipping 434 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
445 "channel": "stable", | 445 "channel": "stable", |
446 "extension_types": [ | 446 "extension_types": [ |
447 "legacy_packaged_app", "platform_app" | 447 "legacy_packaged_app", "platform_app" |
448 ], | 448 ], |
449 "location": "component" | 449 "location": "component" |
450 }, | 450 }, |
451 "idltest": { | 451 "idltest": { |
452 "channel": "trunk", | 452 "channel": "trunk", |
453 "extension_types": ["extension"] | 453 "extension_types": ["extension"] |
454 }, | 454 }, |
455 "input": [{ | 455 "input": { |
456 "channel": "stable", | 456 "channel": "stable", |
457 "extension_types": ["extension", "legacy_packaged_app"], | 457 "extension_types": ["extension", "legacy_packaged_app"], |
458 "platforms": ["chromeos"] | 458 "platforms": ["chromeos", "win", "linux"] |
459 }, { | 459 }, |
460 "channel": "dev", | |
461 "extension_types": ["extension", "legacy_packaged_app"], | |
462 "platforms": ["win", "linux"] | |
463 }], | |
464 "inputMethodPrivate": [{ | 460 "inputMethodPrivate": [{ |
465 "channel": "stable", | 461 "channel": "stable", |
466 "extension_types": ["extension", "legacy_packaged_app", "platform_app"], | 462 "extension_types": ["extension", "legacy_packaged_app", "platform_app"], |
467 "platforms": ["chromeos"], | 463 "platforms": ["chromeos"], |
468 "whitelist": [ | 464 "whitelist": [ |
469 "2462D64ACB971A7E708757159C2B17761D4FF54A", // Citrix Receiver | 465 "2462D64ACB971A7E708757159C2B17761D4FF54A", // Citrix Receiver |
470 "3010EF507AFEF487EEA9CDE2930EC94867C60936", // Citrix Receiver Beta | 466 "3010EF507AFEF487EEA9CDE2930EC94867C60936", // Citrix Receiver Beta |
471 "ABAABC5F49E022A76CBB12972A53B58354C04AC6" // Citrix Receiver Dev | 467 "ABAABC5F49E022A76CBB12972A53B58354C04AC6" // Citrix Receiver Dev |
472 ] | 468 ] |
473 },{ | 469 },{ |
(...skipping 505 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
979 "channel": "stable", | 975 "channel": "stable", |
980 "extension_types": ["platform_app"], | 976 "extension_types": ["platform_app"], |
981 "platforms": ["chromeos"], | 977 "platforms": ["chromeos"], |
982 "whitelist": [ | 978 "whitelist": [ |
983 "A948368FC53BE437A55FEB414106E207925482F5", // Files app | 979 "A948368FC53BE437A55FEB414106E207925482F5", // Files app |
984 "8C726564C6DBE7380BAB388DE6CC7EC93EB44B06", // Video player | 980 "8C726564C6DBE7380BAB388DE6CC7EC93EB44B06", // Video player |
985 "5065C83E84321221675D20FBE4DC43C655CC8C6F" // Files app tests | 981 "5065C83E84321221675D20FBE4DC43C655CC8C6F" // Files app tests |
986 ] | 982 ] |
987 } | 983 } |
988 } | 984 } |
OLD | NEW |