diff options
author | ManeraKai <manerakai@protonmail.com> | 2022-03-13 22:45:53 +0300 |
---|---|---|
committer | ManeraKai <manerakai@protonmail.com> | 2022-03-13 22:46:27 +0300 |
commit | 6e2c2ae607029ca4155286e35065b75e1c71847c (patch) | |
tree | ba5cc1a22026356e35177c23ee55b6a80fa77ce2 /src/manifest.json | |
parent | Added edge addons link (diff) | |
download | libredirect-6e2c2ae607029ca4155286e35065b75e1c71847c.zip |
changed from .onion to .invalid as they're fake domains #108
Diffstat (limited to 'src/manifest.json')
-rw-r--r-- | src/manifest.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/manifest.json b/src/manifest.json index 31ad2ba9..d496a51f 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -45,7 +45,7 @@ "name": "LibRedirect", "keyword": "libredirect", "favicon_url": "https://raw.githubusercontent.com/libredirect/libredirect/master/src/assets/images/libredirect-16.png", - "search_url": "https://libredirect.onion/?q={searchTerms}", + "search_url": "https://libredirect.invalid/?q={searchTerms}", "encoding": "UTF-8", "is_default": false } |