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

Unified Diff: chrome/common/extensions/docs/templates/json/manifest.json

Issue 2618493002: Chrome app manifest support for action handlers. (Closed)
Patch Set: Make //components/version_info:version_info dep explicit 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/docs/templates/json/manifest.json
diff --git a/chrome/common/extensions/docs/templates/json/manifest.json b/chrome/common/extensions/docs/templates/json/manifest.json
index 366f1414076827e30e5bbe51db32d5c5e27805c3..074ac36c7eeed685364af2f2d490c59de83a0054 100644
--- a/chrome/common/extensions/docs/templates/json/manifest.json
+++ b/chrome/common/extensions/docs/templates/json/manifest.json
@@ -1,4 +1,8 @@
{
+ "action_handlers": {
+ "documentation": "manifest/action_handlers",
+ "example": ["new_note"]
+ },
"app": {
"documentation": "manifest/app",
"example": {},

Powered by Google App Engine
This is Rietveld 408576698