From 71b1940231738aac70ede9ecb211614eae8873aa Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 10:00:07 +0200 Subject: Adding upstream version 4.7. Signed-off-by: Daniel Baumann --- manifest.json | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 manifest.json (limited to 'manifest.json') diff --git a/manifest.json b/manifest.json new file mode 100644 index 0000000..0e8ff1d --- /dev/null +++ b/manifest.json @@ -0,0 +1,35 @@ +{ + "applications": { + "gecko": { + "id": "eas4tbsync@jobisoft.de", + "strict_min_version": "102.7.0", + "strict_max_version": "115.*" + } + }, + "manifest_version": 2, + "name": "__MSG_extensionName__", + "version": "4.7", + "author": "John Bieling", + "homepage_url": "https://github.com/jobisoft/EAS-4-TbSync/", + "default_locale": "en-US", + "description": "__MSG_extensionDescription__", + "icons": { + "32": "content/skin/eas32.png" + }, + "background": { + "scripts": ["background.js"] + }, + "permissions": [ + "notifications" + ], + "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