blob: 118bf76360590e603a336292d57ddcaed9251bc5 [file] [log] [blame]
{
"name": "Platform App Test: <webview>",
"version": "2",
"manifest_version": 2,
"permissions": [
"webview"
],
"app": {
"background": {
"scripts": ["test.js"]
}
},
"webview": {
"partitions": [
{
"name": "foobar",
"accessible_resources": [
"guest_with_inline_script.html"
]
}
]
}
}