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": "",
"version": "0.1.0",
"name": "hawk",
"version": "1.0.0",
"description": "",
"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": {
"type": "git",
"url": "https://github.com/mdibaiee/"
"url": "https://github.com/mdibaiee/Hawk"
},
"keywords": [],
"author": "Mahdi Dibaiee",
"license": "MIT",
"bugs": {
"url": "https://github.com/mdibaiee//issues"
"url": "https://github.com/mdibaiee/Hawk/issues"
},
"files": [
"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:videos": {"access": "readwrite"},
"device-storage:pictures": {"access": "readwrite"},
"device-storage:music": {"access": "readwrite"},
"device-storage:apps": {"access": "readwrite"},
"webapps-manage": {}
"device-storage:music": {"access": "readwrite"}
},
"installs_allowed_from": [
"*"
"marketplace.firefox.com"
],
"locales": {
},
"default_locale": "en"
}