diff options
author | Nik Nyby <nikolas@gnu.org> | 2016-05-04 20:37:04 -0400 |
---|---|---|
committer | Nik Nyby <nikolas@gnu.org> | 2016-05-04 20:37:04 -0400 |
commit | 4d2f10b38f00bc3c484be47bf35991081973fc95 (patch) | |
tree | 877778b13b9657adeaceadc1363b6fe4dd4f4a28 | |
parent | 314e2534c47f4289bf50b56e855a9a895a726519 (diff) | |
download | librejsxul-4d2f10b38f00bc3c484be47bf35991081973fc95.tar.lz librejsxul-4d2f10b38f00bc3c484be47bf35991081973fc95.tar.xz librejsxul-4d2f10b38f00bc3c484be47bf35991081973fc95.zip |
add back ID to fix AMO, and use default icon location
-rw-r--r-- | icon.png | bin | 0 -> 1604 bytes | |||
-rw-r--r-- | package.json | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/icon.png b/icon.png Binary files differnew file mode 100644 index 0000000..82ac632 --- /dev/null +++ b/icon.png diff --git a/package.json b/package.json index 8bafe14..2f1a120 100644 --- a/package.json +++ b/package.json @@ -6,9 +6,9 @@ "repository": "http://git.savannah.gnu.org/cgit/librejs.git/", "version": "6.0.11", "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": "resource://@librejs/data/widget/images/librejs-64.png", "dependencies": { "menuitem": "0.0.5", "notification-box": "0.1.1" |