1
0
mirror of https://github.com/MailHops/mailhops-plugin.git synced 2025-05-20 08:00:14 -07:00

Compatibility with Thunderbird 128

This commit is contained in:
John Bieling 2024-07-24 11:18:24 +02:00
parent aeafbf6688
commit 191d3571ba

View File

@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "__MSG_appName__",
"description": "__MSG_appDesc__",
"version": "4.4.0",
"version": "4.4.1",
"author": "Hopsware LLC",
"developer": {
"name": "Andrew Van Tassel",
@ -11,7 +11,7 @@
"applications": {
"gecko": {
"id": "thunderbird@mailhops.com",
"strict_min_version": "112.0"
"strict_min_version": "128.0"
}
},
"default_locale": "en",
@ -25,6 +25,7 @@
"permissions": [
"accountsRead",
"messagesRead",
"messagesUpdate",
"storage"
],
"message_display_action": {