Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(122)

Unified Diff: chrome/common/extensions/api/_manifest_features.json

Issue 10782030: Add content pack information to Extension. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698