diff --git a/clearurls.js b/clearurls.js index da39a2e..7efbabc 100644 --- a/clearurls.js +++ b/clearurls.js @@ -794,8 +794,8 @@ function initSettings() storage.log = {"log": []}; storage.statisticsStatus = true; storage.badged_color = "ffa500"; - storage.hashURL = "https://raw.githubusercontent.com/KevinRoebert/ClearUrls/master/data/rules.hash?flush_cache=true"; - storage.ruleURL = "https://raw.githubusercontent.com/KevinRoebert/ClearUrls/master/data/data.json?flush_cache=true"; + storage.hashURL = "https://gitlab.com/KevinRoebert/ClearUrls/raw/master/data/rules.hash"; + storage.ruleURL = "https://gitlab.com/KevinRoebert/ClearUrls/raw/master/data/data.json"; } /** diff --git a/manifest.json b/manifest.json index b7aa027..cdcdc39 100644 --- a/manifest.json +++ b/manifest.json @@ -1,10 +1,10 @@ { "manifest_version": 2, "name": "ClearURLs", - "version": "1.2.2.8", + "version": "1.2.2.9", "author": "Kevin R.", "description": "Remove tracking elements form URLs.", - "homepage_url": "https://github.com/KevinRoebert/ClearUrls", + "homepage_url": "https://gitlab.com/KevinRoebert/ClearUrls", "default_locale": "en", "applications": { "gecko": { diff --git a/package.json b/package.json index 16db5da..4acd1ac 100644 --- a/package.json +++ b/package.json @@ -5,19 +5,19 @@ "contributors": [ { "name": "Kevin R.", - "email": "clearurls@kevinroebert.de", + "email": "clearurls_1@kevinroebert.de", "web": "https://gitlab.com/KevinRoebert" }, { "name": "Arne", - "email": "", - "web": "https://github.com/astaar" + "email": "clearurls_1@kevinroebert.de", + "web": "https://gitlab.com/astaar" } ], "maintainers": [ { "name": "Kevin R.", - "email": "clearurls@kevinroebert.de", + "email": "clearurls_1@kevinroebert.de", "web": "https://gitlab.com/KevinRoebert" } ], @@ -25,10 +25,11 @@ "twbs/bootstrap": "3.3.7", "jquery/jquery": "3.2.1", "orsozed/sha256.jquery.plugin": "1.0", - "DataTables/DataTables": "1.10.16" + "DataTables/DataTables": "1.10.16", + "lauren/pick-a-color": "1.2.3" }, "bugs": { - "web": "https://github.com/KevinRoebert/ClearUrls/issues/new" + "web": "https://gitlab.com/KevinRoebert/ClearUrls/issues/new" }, "licenses": [ {