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

Merge pull request #40 from jobisoft/master

Compatibility with Thunderbird 128
This commit is contained in:
Andrew Van Tassel 2024-07-24 15:31:26 -06:00 committed by GitHub
commit 8864477707
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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": "122.0"
}
},
"default_locale": "en",
@ -24,7 +24,8 @@
},
"permissions": [
"accountsRead",
"messagesRead",
"messagesRead",
"messagesUpdate",
"storage"
],
"message_display_action": {