diff options
author | SimonBrazell <simon@brazell.com.au> | 2020-05-14 23:26:47 +1000 |
---|---|---|
committer | SimonBrazell <simon@brazell.com.au> | 2020-05-14 23:26:47 +1000 |
commit | 83296f897212f962f55c3cfe6a3897499ac2688c (patch) | |
tree | 1e475f437f75712bf8f859893620e037a13c734c /manifest.json | |
parent | Closes #36 - added option to persist Invidious prefs (diff) | |
download | libredirect-83296f897212f962f55c3cfe6a3897499ac2688c.zip |
Closes #49 - Allow basic authentication credentials in instances
Diffstat (limited to 'manifest.json')
-rw-r--r-- | manifest.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifest.json b/manifest.json index efd02b44..17d68a88 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "Privacy Redirect", "description": "Redirects Twitter, YouTube, Instagram & Google Maps requests to privacy friendly alternatives.", - "version": "1.1.25", + "version": "1.1.26", "manifest_version": 2, "background": { "scripts": [ |