From 759f2205d61f992844e2a80837cd9f4dbbe284e3 Mon Sep 17 00:00:00 2001 From: Krzysztof Jan Modras Date: Thu, 4 Mar 2021 14:54:17 +0100 Subject: [PATCH 1/3] Remove favicon url with hope static resource will get picked instead --- src/manifest.json | 1 - 1 file changed, 1 deletion(-) diff --git a/src/manifest.json b/src/manifest.json index bee7c14..7940b38 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -76,7 +76,6 @@ "name": "Ghostery Glow", "search_url": "https://glowstery.com/search?q={searchTerms}", "keyword": "@ghostery", - "favicon_url": "https://glowstery.com/favicon.ico", "is_default": true, "suggest_url": "https://glowstery.com/suggest", "suggest_url_get_params": "q={searchTerms}" From 8eb039039d063fbfd49d0d22dcb16bfeb20d43f9 Mon Sep 17 00:00:00 2001 From: Krzysztof Jan Modras Date: Thu, 4 Mar 2021 14:54:30 +0100 Subject: [PATCH 2/3] Search engines telemetry extended --- src/metrics.js | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/src/metrics.js b/src/metrics.js index a08071e..17e504e 100644 --- a/src/metrics.js +++ b/src/metrics.js @@ -1,9 +1,15 @@ // limit engines we can send to the specific set we're interested in from search choice screen const searchEngineMap = { "Ghostery Glow": "ghostery", - Google: "google", Bing: "bing", - StartPage: "sp", + DuckDuckGo: "ddg", + Ecosia: "ecosia", + Ekoru: "ekoru", + Gibiru: "gibiru", + Google: "google", + OneSearch: "onesearch", + Qwant: "qwant", + Startpage: "sp", Yahoo: "yahoo", }; From 3d709704449eb053c77737b97d7cac6fda7a48f6 Mon Sep 17 00:00:00 2001 From: Krzysztof Jan Modras Date: Thu, 4 Mar 2021 14:54:45 +0100 Subject: [PATCH 3/3] version bump --- src/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/manifest.json b/src/manifest.json index 7940b38..45eb280 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -1,5 +1,5 @@ { - "version": "0.2.6", + "version": "0.2.7", "browser_specific_settings": { "gecko": { "id": "search@ghostery.com"