{
"name": "test2",
"version": "2",
"manifest_version": 2,
"permissions": [
"webview"
],
"app": {
"background": {
"scripts": ["test.js"]
}
},
"webview": {
"partitions": [
{
"name": "foo*",
"accessible_resources": ["a.html", "b.html"]
},
{
"name": "*bar",
"accessible_resources": ["a.html", "c.html"]
}
]
},
"key": "dGVzdDIK"
}