Modified the manifest.json. Bump version to 1.5.1
This commit is contained in:
parent
ac69db7524
commit
d8eff7032a
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "LibRedirect",
|
"name": "LibRedirect",
|
||||||
"description": "A web extension that redirects popular sites to alternative privacy-friendly frontends and backends",
|
"description": "A web extension that redirects popular sites to alternative privacy-friendly frontends and backends",
|
||||||
"version": "1.5.0",
|
"version": "1.5.1",
|
||||||
"manifest_version": 2,
|
"manifest_version": 2,
|
||||||
"background": {
|
"background": {
|
||||||
"page": "pages/background/background.html",
|
"page": "pages/background/background.html",
|
||||||
|
@ -44,7 +44,6 @@
|
||||||
"homepage": "https://libredirect.onion",
|
"homepage": "https://libredirect.onion",
|
||||||
"search_provider": {
|
"search_provider": {
|
||||||
"name": "LibRedirect",
|
"name": "LibRedirect",
|
||||||
"keyword": "libredirect.onion",
|
|
||||||
"search_url": "https://libredirect.onion/?q={searchTerms}",
|
"search_url": "https://libredirect.onion/?q={searchTerms}",
|
||||||
"favicon_url": "assets/images/libredirect-16.png",
|
"favicon_url": "assets/images/libredirect-16.png",
|
||||||
"encoding": "UTF-8"
|
"encoding": "UTF-8"
|
||||||
|
|
Loading…
Reference in New Issue