add Ecosia as searchengine
extend version to semver 0.1.1
This commit is contained in:
@@ -30,7 +30,8 @@ searchEngines = {
|
|||||||
"Google": "https://www.google.com/search?q=",
|
"Google": "https://www.google.com/search?q=",
|
||||||
"DuckDuckGo": "https://duckduckgo.com/?q=",
|
"DuckDuckGo": "https://duckduckgo.com/?q=",
|
||||||
"Bing": "https://www.bing.com/search?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 = [
|
validWeatherUnit = [
|
||||||
"fah", "cel"
|
"fah", "cel"
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
"manifest_version": 2,
|
"manifest_version": 2,
|
||||||
"name": "minimal-startpage",
|
"name": "minimal-startpage",
|
||||||
"short_name": "minimal-startpage",
|
"short_name": "minimal-startpage",
|
||||||
"version": "0.1",
|
"version": "0.1.1",
|
||||||
"description": "Overrides the browsers newtab page with a custom startpage.",
|
"description": "Overrides the browsers newtab page with a custom startpage.",
|
||||||
"author": "deepjyoti30",
|
"author": "deepjyoti30",
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user