From 9355e23a909a7801b3ccdf68ee05b3480be42407 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 08:29:37 +0200 Subject: Adding upstream version 4.7. Signed-off-by: Daniel Baumann --- manifest.json | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 manifest.json (limited to 'manifest.json') 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" + } + } + } +} -- cgit v1.2.3