aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNik Nyby <nikolas@gnu.org>2016-03-13 20:23:06 -0400
committerNik Nyby <nikolas@gnu.org>2016-03-13 20:23:06 -0400
commitbef9eeb5e5dce43e9a303b9d9b6e581f9dd335be (patch)
treef84291b70affa350a00ebe8ec006db4a450fbdb4
parent283f51776f19be2fb2eef8ddec63f9ec0b5ffda9 (diff)
downloadlibrejsxul-bef9eeb5e5dce43e9a303b9d9b6e581f9dd335be.tar.lz
librejsxul-bef9eeb5e5dce43e9a303b9d9b6e581f9dd335be.tar.xz
librejsxul-bef9eeb5e5dce43e9a303b9d9b6e581f9dd335be.zip
remove id from package.json and fix icon path
-rw-r--r--package.json3
1 files changed, 1 insertions, 2 deletions
diff --git a/package.json b/package.json
index 77d9e1e..cca3de5 100644
--- a/package.json
+++ b/package.json
@@ -6,10 +6,9 @@
"repository": "http://git.savannah.gnu.org/cgit/librejs.git/",
"version": "6.0.10",
"title": "GNU LibreJS",
- "id": "jid1-KtlZuoiikVfFew@jetpack",
"description": "GNU LibreJS is an add-on for Mozilla-based browsers (IceCat, Firefox, Abrowser, Iceweasel)\n that prevents the execution of nonfree nontrivial JavaScript as described in \"The Javascript Trap\": http://www.gnu.org/philosophy/javascript-trap.html",
"main": "lib/main.js",
- "icon": "data/widget/images/librejs-64.png",
+ "icon": "resource://@librejs/data/widget/images/librejs-64.png",
"dependencies": {
"menuitem": "0.0.5",
"notification-box": "0.1.1"