From d09cb3971b2d626208914e7c3acde9da99952a10 Mon Sep 17 00:00:00 2001 From: Danny Herstell Date: Mon, 25 May 2020 22:01:10 +0200 Subject: [PATCH] add Ecosia as searchengine extend version to semver 0.1.1 --- js/main.js | 3 ++- manifest.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/js/main.js b/js/main.js index 4eccdf8..f98f7ba 100644 --- a/js/main.js +++ b/js/main.js @@ -30,7 +30,8 @@ searchEngines = { "Google": "https://www.google.com/search?q=", "DuckDuckGo": "https://duckduckgo.com/?q=", "Bing": "https://www.bing.com/search?q=", - "Yahoo": "https://search.yahoo.com/search?p=" + "Yahoo": "https://search.yahoo.com/search?p=", + "Ecosia": "https://www.ecosia.org/search?q=" } validWeatherUnit = [ "fah", "cel" diff --git a/manifest.json b/manifest.json index 98b0dd4..6026fd9 100644 --- a/manifest.json +++ b/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 2, "name": "minimal-startpage", "short_name": "minimal-startpage", - "version": "0.1", + "version": "0.1.1", "description": "Overrides the browsers newtab page with a custom startpage.", "author": "deepjyoti30",