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