Merge pull request #21 from dannyherstell/master

add Ecosia as searchengine
This commit is contained in:
Deepjyoti Barman
2020-05-26 12:07:19 +05:30
committed by GitHub
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",