diff --git a/Makefile b/Makefile index a10dc3f..edfb88f 100644 --- a/Makefile +++ b/Makefile @@ -17,7 +17,8 @@ uninstall: /usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/i2psetproxy.js@eyedeekay.github.io zip: - zip --exclude="./i2psetproxy.js@eyedeekay.github.io.xpi" -r -FS ../i2psetproxy.js.zip * + zip --exclude="./i2psetproxy.js@eyedeekay.github.io.xpi" \ + --exclude="i2psetproxy.js.png" -r -FS ../i2psetproxy.js.zip * clobber: rm -f ../i2psetproxy.js.zip ../i2p_proxy*.xpi diff --git a/README.md b/README.md index 1da23d2..be9b241 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,9 @@ i2psetproxy.js ============== -WebExtension that does extended configuration of a dedicated i2p browser. +WebExtension that does extended configuration of a dedicated i2p browser. It's +still not good enough to use on it's own, but except for internationalization +it does what it's supposed to. Features -------- @@ -10,3 +12,9 @@ Features * [done] **Set** the http proxy to use the local i2p proxy * [done] **Disable** risky webRTC features * [done] **Change** the color of the browser window to indicate that i2p is in use + * [started] **Provide** help in a variety of languages. + +Screenshot +---------- + +![Visiting i2p-projekt.i2p](i2psetproxy.js.png) diff --git a/i2psetproxy.js.png b/i2psetproxy.js.png new file mode 100644 index 0000000..c3a512f Binary files /dev/null and b/i2psetproxy.js.png differ diff --git a/i2psetproxy.js@eyedeekay.github.io.xpi b/i2psetproxy.js@eyedeekay.github.io.xpi index 776eada..dfeacff 100644 Binary files a/i2psetproxy.js@eyedeekay.github.io.xpi and b/i2psetproxy.js@eyedeekay.github.io.xpi differ