Skip to content
Snippets Groups Projects
Commit 116e6f82 authored by Pier Angelo Vendrame's avatar Pier Angelo Vendrame :jack_o_lantern: Committed by richard
Browse files

fixup! Omnibox: Add DDG, Startpage, Disconnect, Youtube, Twitter; remove Amazon, eBay, bing

Bug 42283: Remove blockchair
parent 30248ab5
Branches
Tags
1 merge request!861Bug 42283: Remove blockchair
browser/components/search/extensions/blockchair-onion/favicon.png

3.04 KiB

{
"name": "BlockchairOnion",
"description": "Blockchair Onion",
"manifest_version": 2,
"version": "1.0",
"applications": {
"gecko": {
"id": "blockchair-onion@search.mozilla.org"
}
},
"hidden": true,
"icons": {
"16": "favicon.png"
},
"web_accessible_resources": [
"favicon.png"
],
"chrome_settings_overrides": {
"search_provider": {
"name": "BlockchairOnion",
"search_url": "http://blkchairbknpn73cfjhevhla7rkp4ed5gg2knctvv7it4lioy22defid.onion/search",
"search_form": "http://blkchairbknpn73cfjhevhla7rkp4ed5gg2knctvv7it4lioy22defid.onion/search/?q={searchTerms}",
"search_url_get_params": "q={searchTerms}"
}
}
}
browser/components/search/extensions/blockchair/favicon.png

2.83 KiB

{
"name": "Blockchair",
"description": "Blockchair",
"manifest_version": 2,
"version": "1.0",
"applications": {
"gecko": {
"id": "blockchair@search.mozilla.org"
}
},
"hidden": true,
"icons": {
"16": "favicon.png"
},
"web_accessible_resources": [
"favicon.png"
],
"chrome_settings_overrides": {
"search_provider": {
"name": "Blockchair",
"search_url": "https://blockchair.com/search",
"search_form": "https://blockchair.com/search/?q={searchTerms}",
"search_url_get_params": "q={searchTerms}"
}
}
}
......@@ -2282,16 +2282,11 @@ export class SearchService {
{ webExtension: { id: "ddg@search.mozilla.org" }, orderHint: 100 },
{ webExtension: { id: "youtube@search.mozilla.org" }, orderHint: 90 },
{ webExtension: { id: "google@search.mozilla.org" }, orderHint: 80 },
{ webExtension: { id: "blockchair@search.mozilla.org" }, orderHint: 70 },
{ webExtension: { id: "ddg-onion@search.mozilla.org" }, orderHint: 60 },
{
webExtension: { id: "blockchair-onion@search.mozilla.org" },
orderHint: 50,
},
{ webExtension: { id: "startpage@search.mozilla.org" }, orderHint: 40 },
{ webExtension: { id: "twitter@search.mozilla.org" }, orderHint: 30 },
{ webExtension: { id: "wikipedia@search.mozilla.org" }, orderHint: 20 },
{ webExtension: { id: "yahoo@search.mozilla.org" }, orderHint: 10 },
{ webExtension: { id: "ddg-onion@search.mozilla.org" }, orderHint: 70 },
{ webExtension: { id: "startpage@search.mozilla.org" }, orderHint: 60 },
{ webExtension: { id: "twitter@search.mozilla.org" }, orderHint: 50 },
{ webExtension: { id: "wikipedia@search.mozilla.org" }, orderHint: 40 },
{ webExtension: { id: "yahoo@search.mozilla.org" }, orderHint: 30 },
];
for (let e of engines) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment