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 | a999042131201a55ddf8c0334b570ff41891ef38 (patch) | |
tree | 66476823d227771403551b4ad429b3bf95dfb765 /manifest.json | |
parent | Adding debian version 4.7-1. (diff) | |
download | tbsync-a999042131201a55ddf8c0334b570ff41891ef38.tar.xz tbsync-a999042131201a55ddf8c0334b570ff41891ef38.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"] |