fix manifest: remove device-storage:apps permission
This commit is contained in:
parent
a9757f86bf
commit
d3d539abac
14
package.json
14
package.json
@ -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
BIN
releases/hawk-1.0.0.zip
Normal file
Binary file not shown.
@ -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"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user