Index: extensions/common/api/_manifest_features.json |
diff --git a/extensions/common/api/_manifest_features.json b/extensions/common/api/_manifest_features.json |
index 8b10f3df75b4a0533bd4a39c1f63de0dd8789c3b..e8bd4caf151b64975b852c5e99cdfcd33f6daa04 100644 |
--- a/extensions/common/api/_manifest_features.json |
+++ b/extensions/common/api/_manifest_features.json |
@@ -332,9 +332,18 @@ |
"location": "component" |
} |
], |
- "webview": { |
- "channel": "stable", |
- "extension_types": ["platform_app"], |
- "min_manifest_version": 2 |
- } |
+ "webview": [ |
Devlin
2017/04/26 01:59:37
If we accept the fact that the signin extension is
msarda
2017/04/26 11:14:35
I think the 2 things are different, so I prefer th
Devlin
2017/04/26 16:02:30
I understand they affect different bits, but my po
Charlie Reis
2017/04/26 20:10:25
I like this proposal-- thanks for elaborating on w
msarda
2017/04/27 12:28:45
Done.
|
+ { |
+ "channel": "stable", |
+ "extension_types": [ "platform_app" ], |
+ "min_manifest_version": 2 |
+ }, |
+ { |
+ "channel": "stable", |
+ "extension_types": [ "extension" ], |
+ "whitelist": [ |
+ "mfffpogegjflfpflabcdkioaeobkgjik" |
+ ] |
+ } |
+ ] |
} |