Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 { | 1 { |
| 2 "name": "Packaged App Test: <webview> JavaScript Dialogs", | 2 "name": "Packaged App Test: <webview> JavaScript Dialogs", |
| 3 "description": "Verifies that the <webview> Dialog API works as expected.", | 3 "description": "Verifies that the <webview> Dialog API works as expected.", |
| 4 "version": "1", | 4 "version": "2", |
| 5 "manifest_version": 2, | |
| 5 "permissions": [ | 6 "permissions": [ |
| 6 "webview" | 7 "webview" |
| 7 ], | 8 ], |
| 8 "app": { | 9 "app": { |
| 9 "background": { | 10 "background": { |
| 10 "scripts": ["test.js"] | 11 "scripts": ["test.js"] |
| 11 } | 12 } |
| 12 } | 13 } |
| 13 } | 14 } |
| OLD | NEW |