| 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 20a96c574469df34c239b46302f61d5b9fca1665..1569c723b24bf241ea1b6a859b7077e97ea54cc5 100644
|
| --- a/chrome/common/extensions/api/_manifest_features.json
|
| +++ b/chrome/common/extensions/api/_manifest_features.json
|
| @@ -11,6 +11,12 @@
|
| "channel": "stable",
|
| "extension_types": ["packaged_app", "hosted_app"]
|
| },
|
| + "app.isolation": {
|
| + "channel": "stable",
|
| + // Platform apps always have isolated storage, thus they cannot specify it
|
| + // via the manifest.
|
| + "extension_types": ["packaged_app", "hosted_app"]
|
| + },
|
| "background": {
|
| "channel": "stable",
|
| "extension_types": [
|
|
|