diff options
author | ManeraKai <manerakai@protonmail.com> | 2022-05-27 06:20:07 +0300 |
---|---|---|
committer | ManeraKai <manerakai@protonmail.com> | 2022-05-27 06:20:07 +0300 |
commit | 29729a01cfdcaf9573f9688d762c8694b3d192b3 (patch) | |
tree | 10e991ea1db7efcc1bf88b765d7af33ba2c29dc3 /src/manifest.json | |
parent | Reverted version to 1.7 for now #274 (diff) | |
download | libredirect-29729a01cfdcaf9573f9688d762c8694b3d192b3.zip |
Added support for chromium. Fixed redirect off offline #276
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 c0d5621d..c82d6449 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -1,7 +1,7 @@ { "name": "__MSG_extensionName__", "description": "__MSG_extensionDescription__", - "version": "1.7.0", + "version": "2.0.0", "manifest_version": 2, "browser_specific_settings": { "gecko": { |