1
0
mirror of https://github.com/MailHops/mailhops-plugin.git synced 2025-05-16 14:20:10 -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, "manifest_version": 2,
"name": "__MSG_appName__", "name": "__MSG_appName__",
"description": "__MSG_appDesc__", "description": "__MSG_appDesc__",
"version": "4.4.0", "version": "4.4.1",
"author": "Hopsware LLC", "author": "Hopsware LLC",
"developer": { "developer": {
"name": "Andrew Van Tassel", "name": "Andrew Van Tassel",
@ -11,7 +11,7 @@
"applications": { "applications": {
"gecko": { "gecko": {
"id": "thunderbird@mailhops.com", "id": "thunderbird@mailhops.com",
"strict_min_version": "112.0" "strict_min_version": "122.0"
} }
}, },
"default_locale": "en", "default_locale": "en",
@ -25,6 +25,7 @@
"permissions": [ "permissions": [
"accountsRead", "accountsRead",
"messagesRead", "messagesRead",
"messagesUpdate",
"storage" "storage"
], ],
"message_display_action": { "message_display_action": {