diff options
author | ManeraKai <manerakai@protonmail.com> | 2024-03-11 19:10:17 +0300 |
---|---|---|
committer | ManeraKai <manerakai@protonmail.com> | 2024-03-11 19:10:17 +0300 |
commit | 5ca6836bd058faebdb4c2f442928b3f2baf77d92 (patch) | |
tree | cd2f51add377a4338efa0d8d8d8e057eb48b4d50 /src/manifest.json | |
parent | Updated updates.xml (diff) | |
download | libredirect-5ca6836bd058faebdb4c2f442928b3f2baf77d92.zip |
Fixed popup not working https://github.com/libredirect/browser_extension/issues/901
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 95c24bb1..13908f0e 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -1,7 +1,7 @@ { "name": "__MSG_extensionName__", "description": "__MSG_extensionDescription__", - "version": "2.8.2", + "version": "2.8.3", "manifest_version": 2, "browser_specific_settings": { "gecko": { |