diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 06:29:37 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 06:29:37 +0000 |
commit | 9355e23a909a7801b3ccdf68ee05b3480be42407 (patch) | |
tree | 78220623341b88bd42d16929e2acb3e5ef52e0c8 /manifest.json | |
parent | Initial commit. (diff) | |
download | tbsync-9355e23a909a7801b3ccdf68ee05b3480be42407.tar.xz tbsync-9355e23a909a7801b3ccdf68ee05b3480be42407.zip |
Adding upstream version 4.7.upstream/4.7
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'manifest.json')
-rw-r--r-- | manifest.json | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/manifest.json b/manifest.json new file mode 100644 index 0000000..54338cc --- /dev/null +++ b/manifest.json @@ -0,0 +1,39 @@ +{ + "applications": { + "gecko": { + "id": "tbsync@jobisoft.de", + "strict_min_version": "102.3.0", + "strict_max_version": "115.*" + } + }, + "manifest_version": 2, + "name": "TbSync", + "version": "4.7", + "author": "John Bieling", + "homepage_url": "https://github.com/jobisoft/TbSync", + "default_locale": "en-US", + "description": "__MSG_extensionDescription__", + "icons": { + "32": "content/skin/tbsync.png" + }, + "browser_action": { + "default_title": "TbSync", + "default_label": "", + "default_icon": { + "32": "content/skin/tbsync.png" + } + }, + "background": { + "scripts": ["background.js"] + }, + "experiment_apis": { + "BootstrapLoader": { + "schema": "content/api/BootstrapLoader/schema.json", + "parent": { + "scopes": ["addon_parent"], + "paths": [["BootstrapLoader"]], + "script": "content/api/BootstrapLoader/implementation.js" + } + } + } +} |