blob: fb71b39bb8336b18b3b1fbbe25f7e28649a723cb [file] [log] [blame]
{
"name": "File System Provider API Example",
"version": "0.1",
"manifest_version": 2,
"description":
"Demonstrate features of the API like mounting, listing directories, etc",
"permissions": [
"fileSystemProvider"
],
"app": {
"background": {
"scripts": [
"background.js"
]
}
}
}