add Ecosia as searchengine

extend version to semver 0.1.1
This commit is contained in:
Danny Herstell
2020-05-25 22:01:10 +02:00
parent 0d0e8c03dd
commit d09cb3971b
2 changed files with 3 additions and 2 deletions

View File

@@ -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"

View File

@@ -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",