| OLD | NEW |
| 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 Loading... |
| 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 } |
| OLD | NEW |