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

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

Issue 2618493002: Chrome app manifest support for action handlers. (Closed)
Patch Set: Address comments 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: extensions/common/api/_manifest_features.json
diff --git a/extensions/common/api/_manifest_features.json b/extensions/common/api/_manifest_features.json
index 2db697524454d2e7f8495f1346806e5691b7f86a..208061c6a625de5cd03986a5f835f495fa1af6c1 100644
--- a/extensions/common/api/_manifest_features.json
+++ b/extensions/common/api/_manifest_features.json
@@ -7,6 +7,11 @@
// well as feature.h, simple_feature.h, and base_feature_provider.h.
{
+ "action_handlers": {
+ "channel": "stable",
+ "extension_types": ["platform_app"],
+ "platforms": ["chromeos"]
+ },
"app": {
"channel": "stable",
"extension_types": ["legacy_packaged_app", "hosted_app", "platform_app"]

Powered by Google App Engine
This is Rietveld 408576698