{
"name": "<webview> partition attribute.",
"manifest_version": 2,
"description": "Checks setting .property on webview on document.DOMContentLoaded",
"version": "1",
"permissions": [
"webview"
],
"app": {
"background": {
"scripts": ["test.js"]
}
}
}