add a privacy policy

This commit is contained in:
idk
2020-11-07 13:12:13 -05:00
parent de73140d5b
commit 5969bfec99
4 changed files with 21 additions and 4 deletions

View File

@ -13,4 +13,7 @@ release:
gothub release -p -u eyedeekay -r "I2P-Configuration-for-Chromium" -t $(VERSION) -n "Launchers" -d "A self-configuring launcher for I2P Browsing with Chromium"; true
gothub upload -R -u eyedeekay -r "I2P-Configuration-for-Chromium" -t $(VERSION) -n "i2pchromium.exe" -f "i2pchromium.exe"
gothub upload -R -u eyedeekay -r "I2P-Configuration-for-Chromium" -t $(VERSION) -n "i2pchromium-darwin" -f "i2pchromium-darwin"
gothub upload -R -u eyedeekay -r "I2P-Configuration-for-Chromium" -t $(VERSION) -n "i2pchromium" -f "i2pchromium"
gothub upload -R -u eyedeekay -r "I2P-Configuration-for-Chromium" -t $(VERSION) -n "i2pchromium" -f "i2pchromium"
zip:
cd i2pchrome.js && make zip

View File

@ -19,6 +19,20 @@ with trivial browser-like characteristics.
This is an *EXPERIMENTAL* Procedure.
Privacy Policy
--------------
This browser extension does not collect any personal information. It requires
access to local storage and browsing data permissions in order to delete them
when directed to by the user. This browser extension does not transmit any
information to any third party, nor will it, ever.
This browser extension cannot influence telemetry carried out by browser vendors
to determine performance in their distribution channels, nor can it mitigate any
other browser vendor telemetry.
This browser extension is entirely Free, Open-Source software.
### Don't enable syncing for this Profile
You should not enable the use of a google account or plugin syncing for this

View File

@ -25,7 +25,7 @@ uninstall:
clobber:
rm -f ../i2pchrome.js.zip ../i2p_proxy*.xpi
VERSION=0.27
VERSION=1.28
xpi:
mv ~/Downloads/i2p_proxy-$(VERSION)-an+fx.xpi ../i2pchrome.js@eyedeekay.github.io.xpi
@ -61,4 +61,4 @@ fmt:
#cleancss -O1 all -O2 all --format beautify home.css -o .home.css && mv .home.css home.css
#cleancss -O1 all -O2 all --format beautify info.css -o .info.css && mv .info.css info.css
find . -path ./node_modules -prune -o -name '*.js' -exec prettier --write {} \;
find . -path ./node_modules -prune -o -name '*.json' -exec prettier --write {} \;
find . -path ./node_modules -prune -o -name '*.json' -exec prettier --write {} \;

View File

@ -13,7 +13,7 @@
],
"manifest_version": 2,
"name": "__MSG_extensionName__",
"version": "0.27",
"version": "1.28",
"description": "__MSG_extensionDescription__",
"homepage_url": "https://github.com/eyedeekay/I2P-Configuration-For-Chromium",
"icons": {