diff options
author | ManeraKai <manerakai@protonmail.com> | 2023-05-31 20:21:46 +0300 |
---|---|---|
committer | ManeraKai <manerakai@protonmail.com> | 2023-05-31 20:21:46 +0300 |
commit | f37ade9a939b7af5d0f778b7060bc97b7b97032a (patch) | |
tree | 18058dbbcef38f944fc656a7bfe25734d773d328 /src/manifest.json | |
parent | Merge branch 'master' of https://github.com/libredirect/browser_extension (diff) | |
download | libredirect-f37ade9a939b7af5d0f778b7060bc97b7b97032a.zip |
Added Export/Import Settings Sync https://github.com/libredirect/browser_extension/issues/576
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 e2f79bd3..d8736bbc 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -1,7 +1,7 @@ { "name": "__MSG_extensionName__", "description": "__MSG_extensionDescription__", - "version": "2.6.2", + "version": "2.6.3", "manifest_version": 2, "browser_specific_settings": { "gecko": { |