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 9213d32c1c558ff52dee9de25200913aebdf78e4..b3342b0844b58001b7d0e192c2953e954deb7974 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" |
+ "extension", "legacy_packaged_app", "hosted_app", "shared_module" |
benwells
2014/06/05 03:59:42
You should be removing this in this patch.
sashab
2014/06/10 05:44:13
Thanks. Done.
|
] |
}, |
"page_action": { |