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:
commit
8864477707
@ -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",
|
||||||
@ -24,7 +24,8 @@
|
|||||||
},
|
},
|
||||||
"permissions": [
|
"permissions": [
|
||||||
"accountsRead",
|
"accountsRead",
|
||||||
"messagesRead",
|
"messagesRead",
|
||||||
|
"messagesUpdate",
|
||||||
"storage"
|
"storage"
|
||||||
],
|
],
|
||||||
"message_display_action": {
|
"message_display_action": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user