Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release preparation #50

Merged
merged 3 commits into from Mar 4, 2021
Merged
Changes from all commits
Commits
File filter
Filter file types
Jump to
Jump to file
Failed to load files.

Always

Just for now

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

ProTip! Use n and p to navigate between commits in a pull request.