{
"name": "Packaged App Test: <webview> Navigation",
"manifest_version": 2,
"description": "Verifies that the <webview> Navigation works as expected.",
"version": "1",
"permissions": [
"webview"
],
"app": {
"background": {
"scripts": ["test.js"]
}
}
}