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 559 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
570 "3010EF507AFEF487EEA9CDE2930EC94867C60936", // Citrix Receiver Beta | 570 "3010EF507AFEF487EEA9CDE2930EC94867C60936", // Citrix Receiver Beta |
571 "ABAABC5F49E022A76CBB12972A53B58354C04AC6", // Citrix Receiver Dev | 571 "ABAABC5F49E022A76CBB12972A53B58354C04AC6", // Citrix Receiver Dev |
572 "0EA6B717932AD64C469C1CCB6911457733295907", // HTerm | 572 "0EA6B717932AD64C469C1CCB6911457733295907", // HTerm |
573 "58B0C2968C335964D5433E89CA4D86628A0E3D4B" // HTerm dev | 573 "58B0C2968C335964D5433E89CA4D86628A0E3D4B" // HTerm dev |
574 ] | 574 ] |
575 },{ | 575 },{ |
576 "channel": "stable", | 576 "channel": "stable", |
577 "extension_types": ["extension", "legacy_packaged_app", "platform_app"], | 577 "extension_types": ["extension", "legacy_packaged_app", "platform_app"], |
578 "location": "component" | 578 "location": "component" |
579 }], | 579 }], |
580 "launcherPagePrivate" : { | |
581 "channel": "stable", | |
582 "extension_types": ["platform_app"], | |
583 "whitelist": [ | |
584 "07BD6A765FFC289FF755D7CAB2893A40EC337FEC", // http://crbug.com/404000 | |
Matt Giuca
2014/10/28 05:41:22
Is there a way to avoid duplicating this whitelist
calamity
2014/10/28 06:34:21
Done.
| |
585 "896B85CC7E913E11C34892C1425A093C0701D386", // http://crbug.com/404000 | |
586 "11A01C82EF355E674E4F9728A801F5C3CB40D83F" // http://crbug.com/404000 | |
587 ] | |
588 }, | |
580 "location": [ | 589 "location": [ |
581 { | 590 { |
582 "channel": "dev", | 591 "channel": "dev", |
583 "extension_types": [ | 592 "extension_types": [ |
584 "extension", "legacy_packaged_app", "platform_app" | 593 "extension", "legacy_packaged_app", "platform_app" |
585 ] | 594 ] |
586 }, | 595 }, |
587 { | 596 { |
588 "channel": "stable", | 597 "channel": "stable", |
589 "extension_types": [ | 598 "extension_types": [ |
(...skipping 461 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
1051 "webstorePrivate": { | 1060 "webstorePrivate": { |
1052 "channel": "stable", | 1061 "channel": "stable", |
1053 "extension_types": ["extension", "legacy_packaged_app", "hosted_app"], | 1062 "extension_types": ["extension", "legacy_packaged_app", "hosted_app"], |
1054 "whitelist": [ | 1063 "whitelist": [ |
1055 "B44D08FD98F1523ED5837D78D0A606EA9D6206E5", // Web Store | 1064 "B44D08FD98F1523ED5837D78D0A606EA9D6206E5", // Web Store |
1056 "2653F6F6C39BC6EEBD36A09AFB92A19782FF7EB4", // Enterprise Web Store | 1065 "2653F6F6C39BC6EEBD36A09AFB92A19782FF7EB4", // Enterprise Web Store |
1057 "2779FA8B45841D61A37207CCFAC9CB393964FE5B" // Login Proxy (prototype) | 1066 "2779FA8B45841D61A37207CCFAC9CB393964FE5B" // Login Proxy (prototype) |
1058 ] | 1067 ] |
1059 } | 1068 } |
1060 } | 1069 } |
OLD | NEW |