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": "",
|
"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
BIN
releases/hawk-1.0.0.zip
Normal file
Binary file not shown.
@ -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"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user