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

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

Issue 2618493002: Chrome app manifest support for action handlers. (Closed)
Patch Set: Initial upload Created 3 years, 11 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 55bd04076c327f7590284704f7e1fbae2703dd91..39437ab2de14342d8f8e076dce4fb146239da8bf 100644
--- a/chrome/common/extensions/api/_manifest_features.json
+++ b/chrome/common/extensions/api/_manifest_features.json
@@ -7,6 +7,10 @@
// well as feature.h, simple_feature.h, and base_feature_provider.h.
{
+ "action_handlers": {
+ "channel": "stable",
+ "extension_types": ["platform_app"]
+ },
"about_page": {
"channel": "stable",
"extension_types": ["shared_module"]

Powered by Google App Engine
This is Rietveld 408576698