| Index: chrome/common/extensions/api/_manifest_features.json
|
| diff --git a/chrome/common/extensions/api/_manifest_features.json b/chrome/common/extensions/api/_manifest_features.json
|
| index 605560e2cef7340d49ebd68209010418f4a6ff7a..6b3954586a25b35dd46baf7cd348880d6e5f07d0 100644
|
| --- a/chrome/common/extensions/api/_manifest_features.json
|
| +++ b/chrome/common/extensions/api/_manifest_features.json
|
| @@ -384,5 +384,10 @@
|
| "extension_types": [
|
| "extension", "legacy_packaged_app", "hosted_app"
|
| ]
|
| + },
|
| + "webview": {
|
| + "channel": "dev",
|
| + "extension_types": ["platform_app"],
|
| + "min_manifest_version": 2
|
| }
|
| }
|
|
|