| 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 acd0a8c00b751286cd0efbf1a67946787c2a6c77..772bd11f4662a3501d95acb6ac5da33cfefa44b4 100644
|
| --- a/chrome/common/extensions/api/_manifest_features.json
|
| +++ b/chrome/common/extensions/api/_manifest_features.json
|
| @@ -191,6 +191,13 @@
|
| "extension", "packaged_app", "hosted_app", "platform_app"
|
| ]
|
| },
|
| + "sandboxed_pages": {
|
| + "channel": "stable",
|
| + "extension_types": [
|
| + "extension", "platform_app"
|
| + ],
|
| + "min_manifest_version": 2
|
| + },
|
| "signature": {
|
| "channel": "stable",
|
| "extension_types": "all"
|
|
|