Modified the manifest.json. Bump version to 1.5.1

This commit is contained in:
ManeraKai 2022-03-10 15:47:21 +03:00
parent ac69db7524
commit d8eff7032a
No known key found for this signature in database
GPG Key ID: 5ABC31FFD562E337
1 changed files with 1 additions and 2 deletions

View File

@ -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"