Changed SearXNG default instance. Updated version 2.5.3 => 2.5.4
This commit is contained in:
parent
d712f56e87
commit
e70f787c6d
|
@ -668,7 +668,7 @@ const defaultInstances = {
|
|||
'libremdb': ['https://libremdb.iket.me'],
|
||||
'simplyTranslate': ['https://simplytranslate.org'],
|
||||
'lingva': ['https://lingva.ml'],
|
||||
'searxng': ['https://sx.vern.cc'],
|
||||
'searxng': ['https://search.bus-hit.me'],
|
||||
'rimgo': ['https://rimgo.vern.cc'],
|
||||
'librarian': ['https://lbry.vern.cc'],
|
||||
'beatbump': ['https://beatbump.ml'],
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "__MSG_extensionName__",
|
||||
"description": "__MSG_extensionDescription__",
|
||||
"version": "2.5.3",
|
||||
"version": "2.5.4",
|
||||
"manifest_version": 2,
|
||||
"browser_specific_settings": {
|
||||
"gecko": {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<gupdate xmlns='http://www.google.com/update2/response' protocol='2.0'>
|
||||
<app appid='oladmjdebphlnjjcnomfhhbfdldiimaf'>
|
||||
<updatecheck codebase='https://github.com/libredirect/libredirect/releases/download/v2.5.3/libredirect-2.5.3.crx' version='2.5.3' />
|
||||
<updatecheck codebase='https://github.com/libredirect/libredirect/releases/download/v2.5.4/libredirect-2.5.4.crx' version='2.5.4' />
|
||||
</app>
|
||||
</gupdate>
|
||||
|
|
Loading…
Reference in New Issue