Version 1.3.0.0

Fresh look, fresh code.
Special thanks @perdolka for the porting from png to svg
This commit is contained in:
Kevin Röbert
2018-06-16 23:55:57 +02:00
parent 94cbca0bba
commit 1dbea6542f
16 changed files with 132 additions and 12 deletions

View File

@@ -631,9 +631,9 @@ function setBadgedStatus()
function changeIcon()
{
if(storage.globalStatus){
browser.browserAction.setIcon({path: "img/icon128.png"});
browser.browserAction.setIcon({path: "img/clearurls.svg"});
} else{
browser.browserAction.setIcon({path: "img/icon128_g.png"});
browser.browserAction.setIcon({path: "img/clearurls_gray.svg"});
}
}