Chromium Code Reviews| 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 81a842778f89046f0dd09a45abd8c14becbcefe3..448a8736a619af5823479a6f6ff1627397cde635 100644 |
| --- a/chrome/common/extensions/api/_manifest_features.json |
| +++ b/chrome/common/extensions/api/_manifest_features.json |
| @@ -374,5 +374,9 @@ |
| "extension_types": [ |
| "extension", "legacy_packaged_app", "hosted_app" |
| ] |
| + }, |
| + "webview": { |
| + "channel": "dev", |
| + "extension_types": ["platform_app"] |
|
Matt Perry
2013/09/25 01:13:54
add min_manifest_version: 2
Fady Samuel
2013/09/25 03:29:31
Done.
|
| } |
| } |