abrowser: Correction to make ddg the default search engine. Added packages.trisquel.org to engines and newtab. Use default values for strict content blocking
This commit is contained in:
parent
6f84cb8d7e
commit
593bf40d8e
9 changed files with 50 additions and 5 deletions
BIN
helpers/DATA/firefox/searchplugins/trisquel-packages/favicon.ico
Normal file
BIN
helpers/DATA/firefox/searchplugins/trisquel-packages/favicon.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 40 KiB |
|
|
@ -0,0 +1,28 @@
|
|||
{
|
||||
"name": "Trisquel Packages",
|
||||
"description": "Search available software packages for Trisquel GNU/Linux",
|
||||
"manifest_version": 2,
|
||||
"version": "1.0",
|
||||
"applications": {
|
||||
"gecko": {
|
||||
"id": "trisquel-packages@search.mozilla.org"
|
||||
}
|
||||
},
|
||||
"hidden": true,
|
||||
"icons": {
|
||||
"16": "favicon.ico",
|
||||
"32": "favicon.ico",
|
||||
"48": "favicon.ico",
|
||||
"256": "favicon.ico"
|
||||
},
|
||||
"web_accessible_resources": [
|
||||
"favicon.ico"
|
||||
],
|
||||
"chrome_settings_overrides": {
|
||||
"search_provider": {
|
||||
"name": "Trisquel Packages",
|
||||
"search_url": "https://packages.trisquel.org/search?keywords={searchTerms}",
|
||||
"search_form": "https://packages.trisquel.org/search?keywords={searchTerms}"
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue