diff --git a/src/manifest.json b/src/manifest.json index bee7c14..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" @@ -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}" 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", };