diff options
author | ManeraKai <manerakai@protonmail.com> | 2023-01-21 14:29:10 +0300 |
---|---|---|
committer | ManeraKai <manerakai@protonmail.com> | 2023-01-21 14:29:10 +0300 |
commit | 57e32c8d7ac8a9fb34a6c5d76b677a9df7dc714f (patch) | |
tree | bbde34f9224c9944c26f9cb67575a32d71e773f9 /src/manifest.json | |
parent | UX/UI tweaks (diff) | |
download | libredirect-57e32c8d7ac8a9fb34a6c5d76b677a9df7dc714f.zip |
Cleaned code. Fixed settings conversion not working
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 a1b8e8da..1b5a9634 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -1,7 +1,7 @@ { "name": "__MSG_extensionName__", "description": "__MSG_extensionDescription__", - "version": "2.3.4", + "version": "3.0.0", "manifest_version": 2, "browser_specific_settings": { "gecko": { |