blob: 3270e8b04ef7731bc7987f609eb302e327275c14 [file] [log] [blame]
{
"name": "chrome.fileSystem.restoreEntry test",
"manifest_version": 2,
"version": "0.1",
"description": "Test for chrome.fileSystem.restoreEntry",
"app": {
"background": {
"scripts": ["background.js"]
}
},
"permissions": [{"fileSystem": ["write"]}]
}