blob: b4ad590b2e1f6998a4c34501ed50e0de5c570aab [file] [log] [blame]
{
"name": "chrome.fileSystem get display path, prettify",
"manifest_version": 2,
"version": "0.1",
"description": "Test for chrome.fileSystem.getDisplayPath",
"app": {
"background": {
"scripts": ["background.js"]
}
},
"permissions": [
{
"fileSystem": []
}
]
}