diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-17 16:59:43 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-17 16:59:43 +0000 |
commit | f1efbbaa765e0de0075cd83ab551a64ad657ab76 (patch) | |
tree | 4ea0362fc6be71c664705478e718c1b1e67c4407 /manifest.json | |
parent | Releasing progress-linux version 4.7-1~progress7.99u1. (diff) | |
download | tbsync-f1efbbaa765e0de0075cd83ab551a64ad657ab76.tar.xz tbsync-f1efbbaa765e0de0075cd83ab551a64ad657ab76.zip |
Merging upstream version 4.8.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | manifest.json | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/manifest.json b/manifest.json index 54338cc..46a6798 100644 --- a/manifest.json +++ b/manifest.json @@ -2,13 +2,13 @@ "applications": { "gecko": { "id": "tbsync@jobisoft.de", - "strict_min_version": "102.3.0", + "strict_min_version": "115.0", "strict_max_version": "115.*" } }, "manifest_version": 2, "name": "TbSync", - "version": "4.7", + "version": "4.8", "author": "John Bieling", "homepage_url": "https://github.com/jobisoft/TbSync", "default_locale": "en-US", @@ -21,7 +21,13 @@ "default_label": "", "default_icon": { "32": "content/skin/tbsync.png" - } + }, + "allowed_spaces": [ + "mail", + "calendar", + "addressbook", + "tasks" + ] }, "background": { "scripts": ["background.js"] |