update screenshots

This commit is contained in:
idk
2019-11-12 00:11:52 -05:00
parent d7c4340b4c
commit b05ee528fd
6 changed files with 14 additions and 2 deletions

View File

@@ -89,6 +89,12 @@ command:
![Visiting i2p-projekt.i2p](i2psetproxy.js.png)
![Visiting webmail](susimail.png)
![Visiting i2psnark](i2psnark.png)
![Visiting routerconsole](routerconsole.png)
![Visiting clearweb](clearweb.png)
![Visiting routerconsole](routerconsole.png)

View File

@@ -31,11 +31,11 @@
"message": "Router Console (Private)",
"description": "Preface for the browser titlebar"
},
"torrentsPreface": {
"torrentPreface": {
"message": "Bittorrent",
"description": "Preface for the browser titlebar"
},
"torrentsPrefacePrivate": {
"torrentPrefacePrivate": {
"message": "Bittorrent (Private)",
"description": "Preface for the browser titlebar"
},

View File

@@ -339,6 +339,12 @@ chrome.tabs.onCreated.addListener(() => {
getting.then(setTitle, onError);
});
chrome.tabs.onActivated.addListener(() => {
var getting = browser.windows.getCurrent({
populate: true
});
getting.then(setTitle, onError);
});
function handleUpdated(updateInfo) {
if (updateInfo.theme.colors) {

Binary file not shown.

Before

Width:  |  Height:  |  Size: 169 KiB

After

Width:  |  Height:  |  Size: 126 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 357 KiB

After

Width:  |  Height:  |  Size: 213 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 696 KiB

After

Width:  |  Height:  |  Size: 240 KiB