| Index: extensions/common/api/_behavior_features.json
|
| diff --git a/extensions/common/api/_behavior_features.json b/extensions/common/api/_behavior_features.json
|
| index 07fae0ebc5134dc04045a36138f371ef28311d01..d9ca86e21f3ac024423f016b7a8c7c677759db73 100644
|
| --- a/extensions/common/api/_behavior_features.json
|
| +++ b/extensions/common/api/_behavior_features.json
|
| @@ -41,5 +41,24 @@
|
| "whitelist": [
|
| "CBCC42ABED43A4B58FE3810E62AFFA010EB0349F" // https://crbug.com/538252
|
| ]
|
| + },
|
| + "signin_screen": {
|
| + "blacklist": [
|
| + "9E527CDA9D7C50844E8A5DB964A54A640AE48F98" // Chrome remote desktop
|
| + ],
|
| + "channel": "dev",
|
| + "extension_types": ["platform_app"],
|
| + "location": "policy",
|
| + "min_manifest_version": 2,
|
| + "platforms": ["chromeos"]
|
| + },
|
| + "signin_screen_whitelist": {
|
| + "dependencies" : ["behavior:signin_screen"],
|
| + "whitelist": [
|
| + "E24F1786D842E91E74C27929B0B3715A4689A473", // Gnubby component extension.
|
| + "6F9E349A0561C78A0D3F41496FE521C5151C7F71", // Gnubby app
|
| + "8EBDF73405D0B84CEABB8C7513C9B9FA9F1DC2CE", // Genius app (help)
|
| + "3F50C3A83839D9C76334BCE81CDEC06174F266AF" // Virtual Keyboard
|
| + ]
|
| }
|
| }
|
|
|