diff --git a/Makefile b/Makefile index 96a62b4..a10dc3f 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,9 @@ -install: +install: uninstall mkdir -p /usr/share/webext/i2psetproxy.js@eyedeekay.github.io \ - /usr/share/mozilla/extensions/i2psetproxy.js@eyedeekay.github.io + /usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/ cp -rv options /usr/share/webext/i2psetproxy.js@eyedeekay.github.io/options + cp -rv icons /usr/share/webext/i2psetproxy.js@eyedeekay.github.io/icons cp background.js /usr/share/webext/i2psetproxy.js@eyedeekay.github.io cp proxy.js /usr/share/webext/i2psetproxy.js@eyedeekay.github.io cp manifest.json /usr/share/webext/i2psetproxy.js@eyedeekay.github.io/ @@ -16,7 +17,7 @@ uninstall: /usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/i2psetproxy.js@eyedeekay.github.io zip: - zip -r -FS ../i2psetproxy.js.zip * + zip --exclude="./i2psetproxy.js@eyedeekay.github.io.xpi" -r -FS ../i2psetproxy.js.zip * clobber: rm -f ../i2psetproxy.js.zip ../i2p_proxy*.xpi diff --git a/icons/toopie.png b/icons/toopie.png new file mode 100644 index 0000000..9c4711d Binary files /dev/null and b/icons/toopie.png differ diff --git a/icons/toopie.svg b/icons/toopie.svg new file mode 100644 index 0000000..cef4e94 --- /dev/null +++ b/icons/toopie.svg @@ -0,0 +1,1210 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/manifest.json b/manifest.json index 00c546f..2c2bb4d 100644 --- a/manifest.json +++ b/manifest.json @@ -10,6 +10,13 @@ "name": "i2psetproxy.js", "version": "1.12", "description": "Set up a browser to use the i2p http proxy automatically", + "icons": { + "48": "icons/toopie.png" + }, + "browser_action": { + "default_icon": "icons/toopie.png", + "default_title": "Reset Tunnel" + }, "options_ui": { "page": "options/options.html" },