{
"name": "chrome.syncFileSystem.writeFileThenGetUsage",
"version": "0.1",
"manifest_version": 2,
"description": "Compound test to get file system, write a file with some data and check usage gets updated accurately.",
"permissions": ["syncFileSystem"],
"app": {
"background": {
"scripts": ["test.js"]
}
}
}