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 2a791065d241fd308944cbf3c21f309bc9365240..4e46e51ddd438668ee7d7ac6d8bffc9407a9428e 100644 |
--- a/chrome/common/extensions/api/_manifest_features.json |
+++ b/chrome/common/extensions/api/_manifest_features.json |
@@ -60,6 +60,12 @@ |
"extension_types": "all", |
"min_manifest_version": 2 |
}, |
+ "content_pack": { |
+ "channel": "dev", |
+ "extension_types": [ |
+ "content_pack" |
+ ] |
+ }, |
"content_security_policy": { |
"channel": "stable", |
// Platform apps have a restricted content security policy that cannot be |