Added fileSystemWrite permission

This commit is contained in:
niu tech
2012-06-29 19:23:38 +02:00
parent 029721c139
commit ccedb5264e
3 changed files with 4 additions and 2 deletions

View File

@@ -14,7 +14,7 @@
"permissions": [
"experimental",
"fileSystem",
"fileSystem.write"
"fileSystemWrite"
],
"intents": {
"http://webintents.org/view" : [{

View File

@@ -12,6 +12,7 @@
"permissions": [
"experimental",
"fileSystem",
"fileSystemWrite",
"unlimitedStorage",
"contextMenus"
],

View File

@@ -13,7 +13,8 @@
"experimental",
"clipboardRead",
"clipboardWrite",
"fileSystem"
"fileSystem",
"fileSystemWrite"
],
"app": {
"background": {