{
"name": "<webview> html5 popup.",
"manifest_version": 2,
"description": "Test that checks popup positioning correctness",
"version": "1",
"permissions": [
"webview"
],
"app": {
"background": {
"scripts": ["test.js"]
}
},
"webview": {
"partitions": [
{
"name": "popup-partition",
"accessible_resources": [ "guest.html" ]
}
]
}
}