Add new lock icons for I2P and I2P HTTPS secured sites

This commit is contained in:
idk
2021-04-19 19:07:18 -04:00
parent fa66c26b09
commit 5393d7f26f
4 changed files with 5 additions and 1 deletions

View File

@@ -220,6 +220,10 @@ function themeWindow(window) {
tabId: tabInfo[0].id,
popup: "security.html",
});
browser.pageAction.setIcon({
path: "icons/toopies.png",
tabId: tabInfo[0].id,
});
//console.log("(background) tabinfo", tabInfo[0].id)
browser.pageAction.show(tabInfo[0].id);
} else {

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 19 KiB

BIN
icons/toopies.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

View File

@@ -710,7 +710,7 @@ function getTabURL(tab) {
popup: "location.html",
});
browser.pageAction.setIcon({
path: "icons/i2plogo.png",
path: "icons/toopies.png",
tabId: tab.id,
});
browser.pageAction.setTitle({