Skip to content

Commit

Permalink
Change the search
Browse files Browse the repository at this point in the history
  • Loading branch information
Fedor committed Oct 30, 2023
1 parent 0dcb047 commit ffd7ef1
Show file tree
Hide file tree
Showing 5 changed files with 63 additions and 29 deletions.
Binary file not shown.
60 changes: 60 additions & 0 deletions browser/components/search/extensions/ddg/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
{
"name": "DuckDuckGo",
"description": "Search DuckDuckGo",
"manifest_version": 2,
"version": "1.0",
"applications": {
"gecko": {
"id": "[email protected]"
}
},
"hidden": true,
"icons": {
"16": "favicon.ico"
},
"web_accessible_resources": [
"favicon.ico"
],
"chrome_settings_overrides": {
"search_provider": {
"name": "DuckDuckGo",
"search_url": "https://duckduckgo.com/",
"search_form": "https://duckduckgo.com/?q={searchTerms}",
"search_url_get_params": "q={searchTerms}",
"params": [
{
"name": "t",
"condition": "purpose",
"purpose": "contextmenu",
"value": "ffcm"
},
{
"name": "t",
"condition": "purpose",
"purpose": "keyword",
"value": "ffab"
},
{
"name": "t",
"condition": "purpose",
"purpose": "searchbar",
"value": "ffsb"
},
{
"name": "t",
"condition": "purpose",
"purpose": "homepage",
"value": "ffhp"
},
{
"name": "t",
"condition": "purpose",
"purpose": "newtab",
"value": "ffnt"
}
],
"suggest_url": "https://ac.duckduckgo.com/ac/",
"suggest_url_get_params": "q={searchTerms}&type=list"
}
}
}
6 changes: 3 additions & 3 deletions browser/components/search/extensions/list.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"default": {
"searchDefault": "Qwant",
"searchOrder": ["Qwant", "Brave"],
"searchDefault": "Brave",
"searchOrder": ["Brave", "Qwant"],
"visibleDefaultEngines": [
"brave", "mojeek","qwant", "stp"
"brave", "mojeek","qwant","ddg"
]
}
}
Binary file removed browser/components/search/extensions/stp/favicon.png
Binary file not shown.
26 changes: 0 additions & 26 deletions browser/components/search/extensions/stp/manifest.json

This file was deleted.

0 comments on commit ffd7ef1

Please sign in to comment.