blob: 26f4f54741265a5addc58f39f3ef376469e976bc [file] [log] [blame]
{
"name": "chrome.fileapi",
"version": "0.1",
"manifest_version": 2,
"description": "sanity test that fileapi is always enabled for extensions",
"background": {
"scripts": ["background.js"]
},
"permissions": ["tabs", "unlimitedStorage"]
}