blob: 68ea8298a2a8daf012bc69d5586783d0c9dac29a [file] [log] [blame]
{
"name": "chrome.fileSystem open writable file with write",
"manifest_version": 2,
"version": "0.1",
"description": "Test for chrome.fileSystem.chooseFile opening writable file.",
"app": {
"background": {
"scripts": ["background.js"]
}
},
"permissions": [
{
"fileSystem": ["write"]
}
]
}