Abrowser: changes for v79

This commit is contained in:
Ruben Rodriguez 2020-08-06 21:38:01 -04:00
parent 5d6b11235d
commit 81881d89b2
7 changed files with 92 additions and 51 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

View file

@ -0,0 +1,25 @@
{
"name": "Trisquel",
"description": "Search Trisquel GNU/Linux site",
"manifest_version": 2,
"version": "1.0",
"applications": {
"gecko": {
"id": "trisquel@search.mozilla.org"
}
},
"hidden": true,
"icons": {
"16": "favicon.ico"
},
"web_accessible_resources": [
"favicon.ico"
],
"chrome_settings_overrides": {
"search_provider": {
"name": "Trisquel",
"search_url": "https://trisquel.info/search/node/{searchTerms}",
"search_form": "https://trisquel.info/search/node/{searchTerms}"
}
}
}