| 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 0b72bef8a45e9dee63d76b48482b2550c79d0cc8..1681d1aec03323cb77ec09f83099b76982736291 100644
|
| --- a/chrome/common/extensions/api/_manifest_features.json
|
| +++ b/chrome/common/extensions/api/_manifest_features.json
|
| @@ -312,6 +312,16 @@
|
| "channel": "dev",
|
| "extension_types": ["extension"]
|
| },
|
| + "storage": {
|
| + "channel": "dev",
|
| + "extension_types": "all",
|
| + "min_manifest_version": 2
|
| + },
|
| + "storage.managed_schema": {
|
| + "channel": "dev",
|
| + "extension_types": "all",
|
| + "min_manifest_version": 2
|
| + },
|
| "system_indicator": {
|
| "channel": "dev",
|
| "extension_types": ["extension", "packaged_app", "platform_app"]
|
|
|