blob: e0d8f0741ec106b1163a14862eb8cb99da56a209 [file] [log] [blame]
{
"name": "chrome.fileSystem save from background.",
"version": "0.1",
"description": "Test for chrome.fileSystem.chooseFile save from background.",
"app": {
"background": {
"scripts": ["background.js"]
}
},
"permissions": [
{
"fileSystem": ["write"]
}
]
}