add in an icon and a button for future use

This commit is contained in:
idk
2019-02-07 22:19:43 -05:00
parent 067f7a38d0
commit 1c2097ff4d
4 changed files with 1221 additions and 3 deletions

View File

@@ -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"
},