blob: 1db38f65007200278f5903e4f0e426a68aad2bcf [file] [log] [blame]
{
"name": "FTP Client",
"description": "FTP Client Prototype",
"version": "2",
"manifest_version": 2,
"app": {
"background": {
"scripts": ["background.js"]
}
},
"minimum_chrome_version": "33",
"sockets": {
"tcp":
{"connect": "*"}
},
"permissions": [
{
"fileSystem": ["write", "retainEntries", "directory"]
},
"storage"
],
"icons": { "16": "FTPIcon.png", "128": "FTPIcon.png" }
}