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

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

Issue 10565017: Parse the script_badge manifest section. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix more review comments, and make script_badge_ non-mutable Created 8 years, 6 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 eaae3d11febbc8af97c3222f6edaa1a6b3805166..591cb16ef48cd52faac334483cb7ba658c90c253 100644
--- a/chrome/common/extensions/api/_manifest_features.json
+++ b/chrome/common/extensions/api/_manifest_features.json
@@ -199,6 +199,10 @@
],
"min_manifest_version": 2
},
+ "script_badge": {
+ "channel": "dev",
+ "extension_types": ["extension"]
+ },
"signature": {
"channel": "stable",
"extension_types": "all"

Powered by Google App Engine
This is Rietveld 408576698