From 1dbea6542ffc26954a6ebff95249705cae225bfc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kevin=20R=C3=B6bert?= Date: Sat, 16 Jun 2018 23:55:57 +0200 Subject: [PATCH] Version 1.3.0.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fresh look, fresh code. Special thanks @perdolka for the porting from png to svg --- clearurls.js | 4 +-- html/log.html | 2 +- html/popup.html | 2 +- html/settings.html | 2 +- img/clearurls.svg | 60 +++++++++++++++++++++++++++++++++++++++++ img/clearurls_gray.svg | 60 +++++++++++++++++++++++++++++++++++++++++ img/icon128.png | Bin 5693 -> 0 bytes img/icon128_g.png | Bin 6837 -> 0 bytes img/icon19.png | Bin 3435 -> 0 bytes img/icon32.png | Bin 3808 -> 0 bytes img/icon38.png | Bin 4188 -> 0 bytes img/icon48.png | Bin 4176 -> 0 bytes img/icon512.png | Bin 14705 -> 0 bytes img/icon64.png | Bin 4407 -> 0 bytes img/icon96.png | Bin 5748 -> 0 bytes manifest.json | 14 +++++----- 16 files changed, 132 insertions(+), 12 deletions(-) create mode 100644 img/clearurls.svg create mode 100644 img/clearurls_gray.svg delete mode 100644 img/icon128.png delete mode 100644 img/icon128_g.png delete mode 100644 img/icon19.png delete mode 100644 img/icon32.png delete mode 100644 img/icon38.png delete mode 100644 img/icon48.png delete mode 100644 img/icon512.png delete mode 100644 img/icon64.png delete mode 100644 img/icon96.png 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 @@