blob: 41464f0fe4814265bb3252b1c82ae2f046a405aa [file] [log] [blame]
{
"name": "chrome.fileSystem.retainEntry test",
"manifest_version": 2,
"version": "0.1",
"description": "Test for chrome.fileSystem.retainEntry",
"app": {
"background": {
"scripts": ["background.js"]
}
},
"permissions": [{"fileSystem": ["directory"]}]
}