blob: 7cf8bb79d3cb10f44947ff911d7f38af747ac54f [file] [log] [blame]
{
"name": "chrome.fileSystem get writable file entry",
"manifest_version": 2,
"version": "0.1",
"description": "Test for chrome.fileSystem.getWritableFileEntry",
"app": {
"background": {
"scripts": ["background.js"]
}
},
"permissions": [
{
"fileSystem": ["write"]
}
]
}