diff --git a/package.json b/package.json index b57f880..9e52d28 100644 --- a/package.json +++ b/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", diff --git a/releases/hawk-1.0.0.zip b/releases/hawk-1.0.0.zip new file mode 100644 index 0000000..9759571 Binary files /dev/null and b/releases/hawk-1.0.0.zip differ diff --git a/src/manifest.webapp b/src/manifest.webapp index eb4152c..8fe3383 100644 --- a/src/manifest.webapp +++ b/src/manifest.webapp @@ -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" }