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 706 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
717 "06BE211D5F014BAB34BC22D9DDA09C63A81D828E", // Official XKB virtual kbd | 717 "06BE211D5F014BAB34BC22D9DDA09C63A81D828E", // Official XKB virtual kbd |
718 "CFBF7EE448FA48960FFDA7CEB30F7A21B26AA981", // Official m17n virtual kbd | 718 "CFBF7EE448FA48960FFDA7CEB30F7A21B26AA981", // Official m17n virtual kbd |
719 "B9EF10DDFEA11EF77873CC5009809E5037FC4C7A", // Google input tools | 719 "B9EF10DDFEA11EF77873CC5009809E5037FC4C7A", // Google input tools |
720 "7D7A4B147FE39908A5AF13F85E38989C54BBE41C", // http://crbug.com/374955 | 720 "7D7A4B147FE39908A5AF13F85E38989C54BBE41C", // http://crbug.com/374955 |
721 "0EEDFC0EED87871237213F34EBC7B4982A195C95", // http://crbug.com/374955 | 721 "0EEDFC0EED87871237213F34EBC7B4982A195C95", // http://crbug.com/374955 |
722 "D2DAA9362153E8A5E3CF593E6DF4666421ABAD21", // http://crbug.com/374965 | 722 "D2DAA9362153E8A5E3CF593E6DF4666421ABAD21", // http://crbug.com/374965 |
723 "D7986543275120831B39EF28D1327552FC343960", // http://crbug.com/378067 | 723 "D7986543275120831B39EF28D1327552FC343960", // http://crbug.com/378067 |
724 "A291B26E088FA6BA53FFD72F0916F06EBA7C585A" // http://crbug.com/378067 | 724 "A291B26E088FA6BA53FFD72F0916F06EBA7C585A" // http://crbug.com/378067 |
725 ] | 725 ] |
726 }, | 726 }, |
727 "mdns": { | 727 "mdns": [{ |
728 "channel": "stable", | 728 "channel": "stable", |
729 "extension_types": ["extension", "platform_app"], | 729 "extension_types": ["extension"], |
730 "whitelist": [ | 730 "whitelist": [ |
731 "63ED55E43214C211F82122ED56407FF1A807F2A3", // Dev | 731 "63ED55E43214C211F82122ED56407FF1A807F2A3", // Dev |
732 "FA01E0B81978950F2BC5A50512FD769725F57510", // Beta | 732 "FA01E0B81978950F2BC5A50512FD769725F57510", // Beta |
733 "B11A93E7E5B541F8010245EBDE2C74647D6C14B9", // Canary | 733 "B11A93E7E5B541F8010245EBDE2C74647D6C14B9", // Canary |
734 "F155646B5D1CA545F7E1E4E20D573DFDD44C2540", // Google Cast Beta | 734 "F155646B5D1CA545F7E1E4E20D573DFDD44C2540", // Google Cast Beta |
735 "16CA7A47AAE4BE49B1E75A6B960C3875E945B264", // Google Cast Stable | 735 "16CA7A47AAE4BE49B1E75A6B960C3875E945B264", // Google Cast Stable |
736 "11B478CEC461C766A2DC1E5BEEB7970AE06DC9C2", // http://crbug.com/397691 | 736 "11B478CEC461C766A2DC1E5BEEB7970AE06DC9C2", // http://crbug.com/397691 |
737 "0EFB879311E9EFBB7C45251F89EC655711B1F6ED", // http://crbug.com/397691 | 737 "0EFB879311E9EFBB7C45251F89EC655711B1F6ED", // http://crbug.com/397691 |
738 "9193D3A51E2FE33B496CDA53EA330423166E7F02", // http://crbug.com/397691 | 738 "9193D3A51E2FE33B496CDA53EA330423166E7F02", // http://crbug.com/397691 |
739 "F9119B8B18C7C82B51E7BC6FF816B694F2EC3E89" // http://crbug.com/397691 | 739 "F9119B8B18C7C82B51E7BC6FF816B694F2EC3E89" // http://crbug.com/397691 |
740 ] | 740 ] |
741 }, | 741 }, |
742 { | |
743 "channel": "stable", | |
744 "extension_types": ["platform_app"], // Allow platform apps to access the | |
not at google - send to devlin
2014/11/17 23:22:15
This line is self explanatory, no need to have a c
Red Daly
2014/11/19 21:31:50
Done.
| |
745 // API. | |
746 "whitelist": [] | |
not at google - send to devlin
2014/11/17 23:22:15
no "whitelist"
Red Daly
2014/11/19 21:31:50
Done.
| |
747 }], | |
742 "musicManagerPrivate": { | 748 "musicManagerPrivate": { |
743 "channel": "stable", | 749 "channel": "stable", |
744 "extension_types": ["platform_app"], | 750 "extension_types": ["platform_app"], |
745 "whitelist": [ | 751 "whitelist": [ |
746 "4B1D0E19C6C43C008C44A8278C8B5BFE15ABEB3C", // Music Manager | 752 "4B1D0E19C6C43C008C44A8278C8B5BFE15ABEB3C", // Music Manager |
747 "B8F61FD1B25DE03706DBB8906A73261E4DBB992A", // Test | 753 "B8F61FD1B25DE03706DBB8906A73261E4DBB992A", // Test |
748 "F7FA7ABC1ECB89BA8EE6656847EFABBF43BB9BCA", | 754 "F7FA7ABC1ECB89BA8EE6656847EFABBF43BB9BCA", |
749 "4FE45FA56EF6A25FDE8C302C44045CA9CE8A605A", | 755 "4FE45FA56EF6A25FDE8C302C44045CA9CE8A605A", |
750 "3D14248405B8A59043420AAC160077C99E7788A9", | 756 "3D14248405B8A59043420AAC160077C99E7788A9", |
751 "A6C87307BBE5886CC5F1393025000E2FE8060BF2", | 757 "A6C87307BBE5886CC5F1393025000E2FE8060BF2", |
(...skipping 300 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
1052 "webstorePrivate": { | 1058 "webstorePrivate": { |
1053 "channel": "stable", | 1059 "channel": "stable", |
1054 "extension_types": ["extension", "legacy_packaged_app", "hosted_app"], | 1060 "extension_types": ["extension", "legacy_packaged_app", "hosted_app"], |
1055 "whitelist": [ | 1061 "whitelist": [ |
1056 "B44D08FD98F1523ED5837D78D0A606EA9D6206E5", // Web Store | 1062 "B44D08FD98F1523ED5837D78D0A606EA9D6206E5", // Web Store |
1057 "2653F6F6C39BC6EEBD36A09AFB92A19782FF7EB4", // Enterprise Web Store | 1063 "2653F6F6C39BC6EEBD36A09AFB92A19782FF7EB4", // Enterprise Web Store |
1058 "2779FA8B45841D61A37207CCFAC9CB393964FE5B" // Login Proxy (prototype) | 1064 "2779FA8B45841D61A37207CCFAC9CB393964FE5B" // Login Proxy (prototype) |
1059 ] | 1065 ] |
1060 } | 1066 } |
1061 } | 1067 } |
OLD | NEW |