| 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 3592bcdaa994b23ae56dbf10f0916895ea942432..4a9e7ad3b5fbc1c79911e739a999b8b9ece39d42 100644
|
| --- a/chrome/common/extensions/api/_manifest_features.json
|
| +++ b/chrome/common/extensions/api/_manifest_features.json
|
| @@ -16,6 +16,10 @@
|
| // hashes back to ids.
|
|
|
| {
|
| + "about_page": {
|
| + "channel": "dev",
|
| + "extension_types": ["shared_module"]
|
| + },
|
| "app": {
|
| "channel": "stable",
|
| "extension_types": ["legacy_packaged_app", "hosted_app", "platform_app"]
|
| @@ -299,7 +303,7 @@
|
| "options_page": {
|
| "channel": "stable",
|
| "extension_types": [
|
| - "extension", "legacy_packaged_app", "hosted_app", "shared_module"
|
| + "extension", "legacy_packaged_app", "hosted_app"
|
| ]
|
| },
|
| "page_action": {
|
|
|