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