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 524 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
535 },{ | 535 },{ |
536 "channel": "stable", | 536 "channel": "stable", |
537 "extension_types": ["extension", "legacy_packaged_app", "platform_app"], | 537 "extension_types": ["extension", "legacy_packaged_app", "platform_app"], |
538 "location": "component" | 538 "location": "component" |
539 }], | 539 }], |
540 "launcherSearchProvider": { | 540 "launcherSearchProvider": { |
541 "channel": "dev", | 541 "channel": "dev", |
542 "extension_types": ["extension", "platform_app"], | 542 "extension_types": ["extension", "platform_app"], |
543 "platform": ["chromeos"], | 543 "platform": ["chromeos"], |
544 "whitelist": [ | 544 "whitelist": [ |
545 "A948368FC53BE437A55FEB414106E207925482F5" // File Manager | 545 "A948368FC53BE437A55FEB414106E207925482F5", // File Manager |
546 "5065C83E84321221675D20FBE4DC43C655CC8C6F" // Test Extension | |
Matt Giuca
2015/04/30 01:34:09
We do not globally whitelist test extensions. Inst
yawano
2015/05/01 06:09:55
Acknowledged.
| |
546 ] | 547 ] |
547 }, | 548 }, |
548 "location": [ | 549 "location": [ |
549 { | 550 { |
550 "channel": "dev", | 551 "channel": "dev", |
551 "extension_types": [ | 552 "extension_types": [ |
552 "extension", "legacy_packaged_app", "platform_app" | 553 "extension", "legacy_packaged_app", "platform_app" |
553 ] | 554 ] |
554 }, | 555 }, |
555 { | 556 { |
(...skipping 441 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
997 }, | 998 }, |
998 "webstorePrivate": { | 999 "webstorePrivate": { |
999 "channel": "stable", | 1000 "channel": "stable", |
1000 "extension_types": ["extension", "legacy_packaged_app", "hosted_app"], | 1001 "extension_types": ["extension", "legacy_packaged_app", "hosted_app"], |
1001 "whitelist": [ | 1002 "whitelist": [ |
1002 "B44D08FD98F1523ED5837D78D0A606EA9D6206E5", // Web Store | 1003 "B44D08FD98F1523ED5837D78D0A606EA9D6206E5", // Web Store |
1003 "2653F6F6C39BC6EEBD36A09AFB92A19782FF7EB4" // Enterprise Web Store | 1004 "2653F6F6C39BC6EEBD36A09AFB92A19782FF7EB4" // Enterprise Web Store |
1004 ] | 1005 ] |
1005 } | 1006 } |
1006 } | 1007 } |
OLD | NEW |