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

Side by Side 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, 10 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 unified diff | Download patch
OLDNEW
1 { 1 {
2 "action_handlers": {
3 "documentation": "manifest/action_handlers",
4 "example": ["new_note"]
5 },
2 "app": { 6 "app": {
3 "documentation": "manifest/app", 7 "documentation": "manifest/app",
4 "example": {}, 8 "example": {},
5 "level": "required" 9 "level": "required"
6 }, 10 },
7 "app.background": { 11 "app.background": {
8 "example": {"scripts": ["background.js"]}, 12 "example": {"scripts": ["background.js"]},
9 "level": "required" 13 "level": "required"
10 }, 14 },
11 "background": { 15 "background": {
(...skipping 231 matching lines...) Expand 10 before | Expand all | Expand 10 after
243 }, 247 },
244 "web_accessible_resources": { 248 "web_accessible_resources": {
245 "documentation": "manifest/web_accessible_resources", 249 "documentation": "manifest/web_accessible_resources",
246 "example": [] 250 "example": []
247 }, 251 },
248 "webview": { 252 "webview": {
249 "documentation": "tags/webview#local_resources", 253 "documentation": "tags/webview#local_resources",
250 "example": {} 254 "example": {}
251 } 255 }
252 } 256 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698