| 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": {},
|
|
|