Chromium Code Reviews| 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 921 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 932 "platforms": ["chromeos"], | 932 "platforms": ["chromeos"], |
| 933 "whitelist": [ | 933 "whitelist": [ |
| 934 "3F50C3A83839D9C76334BCE81CDEC06174F266AF", // System-level virtual kbd | 934 "3F50C3A83839D9C76334BCE81CDEC06174F266AF", // System-level virtual kbd |
| 935 "06BE211D5F014BAB34BC22D9DDA09C63A81D828E", // Official XKB virtual kbd | 935 "06BE211D5F014BAB34BC22D9DDA09C63A81D828E", // Official XKB virtual kbd |
| 936 "CFBF7EE448FA48960FFDA7CEB30F7A21B26AA981", // Official m17n virtual kbd | 936 "CFBF7EE448FA48960FFDA7CEB30F7A21B26AA981", // Official m17n virtual kbd |
| 937 "F94EE6AB36D6C6588670B2B01EB65212D9C64E33", // Public XKB virtual kbd | 937 "F94EE6AB36D6C6588670B2B01EB65212D9C64E33", // Public XKB virtual kbd |
| 938 "3E03D9B67FDD31B2438D1CF5070573415DCB3CBA" // Public m17n virtual kbd | 938 "3E03D9B67FDD31B2438D1CF5070573415DCB3CBA" // Public m17n virtual kbd |
| 939 ] | 939 ] |
| 940 }, | 940 }, |
| 941 "wallpaper": { | 941 "wallpaper": { |
| 942 "channel": "dev", | 942 "channel": "stable", |
| 943 "extension_types": ["platform_app"], | 943 "extension_types": ["platform_app"], |
|
not at google - send to devlin
2015/02/17 18:44:13
This has come up many times before, but we can mak
| |
| 944 "platforms": ["chromeos"] | 944 "platforms": ["chromeos"] |
| 945 }, | 945 }, |
| 946 "wallpaperPrivate": { | 946 "wallpaperPrivate": { |
| 947 "channel": "stable", | 947 "channel": "stable", |
| 948 "extension_types": ["platform_app"], | 948 "extension_types": ["platform_app"], |
| 949 "location": "component", | 949 "location": "component", |
| 950 "platforms": ["chromeos"] | 950 "platforms": ["chromeos"] |
| 951 }, | 951 }, |
| 952 "webNavigation": { | 952 "webNavigation": { |
| 953 "channel": "stable", | 953 "channel": "stable", |
| (...skipping 24 matching lines...) Expand all Loading... | |
| 978 "webstorePrivate": { | 978 "webstorePrivate": { |
| 979 "channel": "stable", | 979 "channel": "stable", |
| 980 "extension_types": ["extension", "legacy_packaged_app", "hosted_app"], | 980 "extension_types": ["extension", "legacy_packaged_app", "hosted_app"], |
| 981 "whitelist": [ | 981 "whitelist": [ |
| 982 "B44D08FD98F1523ED5837D78D0A606EA9D6206E5", // Web Store | 982 "B44D08FD98F1523ED5837D78D0A606EA9D6206E5", // Web Store |
| 983 "2653F6F6C39BC6EEBD36A09AFB92A19782FF7EB4", // Enterprise Web Store | 983 "2653F6F6C39BC6EEBD36A09AFB92A19782FF7EB4", // Enterprise Web Store |
| 984 "2779FA8B45841D61A37207CCFAC9CB393964FE5B" // Login Proxy (prototype) | 984 "2779FA8B45841D61A37207CCFAC9CB393964FE5B" // Login Proxy (prototype) |
| 985 ] | 985 ] |
| 986 } | 986 } |
| 987 } | 987 } |
| OLD | NEW |