diff options
author | SimonBrazell <simon@brazell.com.au> | 2020-04-26 10:00:06 +1000 |
---|---|---|
committer | SimonBrazell <simon@brazell.com.au> | 2020-04-26 10:00:06 +1000 |
commit | 40ce0ed20be64bc0878ba58f6451ef131951ba02 (patch) | |
tree | 76284b5ff41dba50347d2b3ce3caf8b4cf808f71 /manifest.json | |
parent | Closes #27 - added ability to whitelist sites (diff) | |
download | libredirect-40ce0ed20be64bc0878ba58f6451ef131951ba02.zip |
Fixes #40 - Empty whitelist broke redirects
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 e69a8ba9..77dbb11d 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.22", + "version": "1.1.23", "manifest_version": 2, "background": { "scripts": [ |