diff --git a/manifest.json b/manifest.json index 1c63282..f631323 100644 --- a/manifest.json +++ b/manifest.json @@ -1,61 +1,64 @@ -{ - "manifest_version": 2, - "name": "HPS Vorlagen & Signaturen", - "version": "2.3.1", - "description": "Vorlagen- und Signaturverwaltung für Hotel Park Soltau mit Git-Sync", - "browser_specific_settings": { - "gecko": { - "id": "it@hotel-park-soltau.de", - "strict_min_version": "109.0", - "update_url": "https://git.hotel-park-soltau.de/hps/hps-thunderbird-templates/raw/branch/main/updates.json" - } - }, - "permissions": [ - "compose", - "storage", - "notifications", - "tabs", - "accountsRead", - "accountsIdentities", - "messagesTagsList", - "messagesTags", - "messagesRead", - "messagesUpdate", - "messagesMove", - "accountsFolders" - ], - "optional_permissions": [ - "*://*/*" - ], - "background": { - "scripts": ["lib/gitea-sync.js", "background.js"], - "persistent": true - }, - "browser_action": { - "default_icon": { - "16": "icons/icon.png", - "32": "icons/icon.png" - }, - "default_title": "Vorlagen & Signaturen verwalten", - "default_label": "Vorlagen & Signaturen" - }, - "compose_action": { - "default_icon": { - "16": "icons/icon.png", - "32": "icons/icon.png" - }, - "default_popup": "popup.html", - "default_label": "Vorlagen" - }, - "message_display_action": { - "default_icon": { - "16": "icons/icon.png", - "32": "icons/icon.png" - }, - "default_label": "QuickMove" - }, - "options_ui": { - "page": "templates_options/templates_options.html", - "browser_style": true - } -} \ No newline at end of file +{ + "manifest_version": 2, + "name": "HPS Vorlagen & Signaturen", + "version": "2.3.2", + "description": "Vorlagen- und Signaturverwaltung für Hotel Park Soltau mit Git-Sync", + "browser_specific_settings": { + "gecko": { + "id": "it@hotel-park-soltau.de", + "strict_min_version": "109.0", + "update_url": "https://git.hotel-park-soltau.de/hps/hps-thunderbird-templates/raw/branch/main/updates.json" + } + }, + "permissions": [ + "compose", + "storage", + "notifications", + "tabs", + "accountsRead", + "accountsIdentities", + "messagesTagsList", + "messagesTags", + "messagesRead", + "messagesUpdate", + "messagesMove", + "accountsFolders" + ], + "optional_permissions": [ + "*://*/*" + ], + "background": { + "scripts": [ + "lib/gitea-sync.js", + "background.js" + ], + "persistent": true + }, + "browser_action": { + "default_icon": { + "16": "icons/icon.png", + "32": "icons/icon.png" + }, + "default_title": "Vorlagen & Signaturen verwalten", + "default_label": "Vorlagen & Signaturen" + }, + "compose_action": { + "default_icon": { + "16": "icons/icon.png", + "32": "icons/icon.png" + }, + "default_popup": "popup.html", + "default_label": "Vorlagen" + }, + "message_display_action": { + "default_icon": { + "16": "icons/icon.png", + "32": "icons/icon.png" + }, + "default_label": "QuickMove" + }, + "options_ui": { + "page": "templates_options/templates_options.html", + "browser_style": true + } +} diff --git a/templates-reply-hotel.xpi b/templates-reply-hotel.xpi index 03a4bd2..f3cb14f 100644 Binary files a/templates-reply-hotel.xpi and b/templates-reply-hotel.xpi differ diff --git a/updates.json b/updates.json index 5b2179d..a2de888 100644 --- a/updates.json +++ b/updates.json @@ -2,6 +2,16 @@ "addons": { "it@hotel-park-soltau.de": { "updates": [ + { + "version": "2.3.2", + "update_link": "https://git.hotel-park-soltau.de/hps/hps-thunderbird-templates/releases/download/v2.3.2/templates-reply-hotel.xpi", + "update_hash": "sha256:8466d174aeda6c15577a45ed1cd442bc592d35a1da602d79b1f169ae3d012bd7", + "applications": { + "gecko": { + "strict_min_version": "109.0" + } + } + }, { "version": "2.3.1", "update_link": "https://git.hotel-park-soltau.de/hps/hps-thunderbird-templates/releases/download/v2.3.1/templates-reply-hotel.xpi",