diff --git a/clearurls.js b/clearurls.js index 1ae954a..b585aaf 100644 --- a/clearurls.js +++ b/clearurls.js @@ -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"}); } } diff --git a/html/log.html b/html/log.html index cf0b465..791afe9 100644 --- a/html/log.html +++ b/html/log.html @@ -23,7 +23,7 @@