From 76addcf18c65fef52c216ac8cea02018e9a335de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kevin=20R=C3=B6bert?= Date: Tue, 25 Sep 2018 14:34:05 +0200 Subject: [PATCH] Fix for #102 Load the icon settings at boot --- clearurls.js | 1 + manifest.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/clearurls.js b/clearurls.js index e3f7440..e75f9dc 100644 --- a/clearurls.js +++ b/clearurls.js @@ -20,6 +20,7 @@ getDataFromDisk(); function start(items) { initStorage(items); + changeIcon(); /** * Save OS Version diff --git a/manifest.json b/manifest.json index 61951d0..0caea34 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "ClearURLs", - "version": "1.3.3.16", + "version": "1.3.3.17", "author": "Kevin R.", "description": "Remove tracking elements form URLs.", "homepage_url": "https://gitlab.com/KevinRoebert/ClearUrls",