fix manifest: remove device-storage:apps permission

This commit is contained in:
Mahdi Dibaiee 2015-09-06 21:04:53 +04:30
parent a9757f86bf
commit d3d539abac
3 changed files with 6 additions and 16 deletions

View File

@ -1,23 +1,17 @@
{ {
"name": "", "name": "hawk",
"version": "0.1.0", "version": "1.0.0",
"description": "", "description": "",
"main": "index.js", "main": "index.js",
"scripts": {
"phantom": "mochify --transform babelify",
"wd": "mochify --transform babelify --wd",
"cover": "mochify --transform babelify --cover",
"test": "npm run phantom && npm run wd && npm run cover"
},
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/mdibaiee/" "url": "https://github.com/mdibaiee/Hawk"
}, },
"keywords": [], "keywords": [],
"author": "Mahdi Dibaiee", "author": "Mahdi Dibaiee",
"license": "MIT", "license": "MIT",
"bugs": { "bugs": {
"url": "https://github.com/mdibaiee//issues" "url": "https://github.com/mdibaiee/Hawk/issues"
}, },
"files": [ "files": [
"types", "types",

BIN
releases/hawk-1.0.0.zip Normal file

Binary file not shown.

View File

@ -18,14 +18,10 @@
"device-storage:sdcard": {"access": "readwrite"}, "device-storage:sdcard": {"access": "readwrite"},
"device-storage:videos": {"access": "readwrite"}, "device-storage:videos": {"access": "readwrite"},
"device-storage:pictures": {"access": "readwrite"}, "device-storage:pictures": {"access": "readwrite"},
"device-storage:music": {"access": "readwrite"}, "device-storage:music": {"access": "readwrite"}
"device-storage:apps": {"access": "readwrite"},
"webapps-manage": {}
}, },
"installs_allowed_from": [ "installs_allowed_from": [
"*" "marketplace.firefox.com"
], ],
"locales": {
},
"default_locale": "en" "default_locale": "en"
} }