blob: 1c1cfca22cc96dd1505c351262915d4263989fd7 [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": []
}
]
}