Skip to content

Commit a849a25

Browse files
committed
Fix: Add messagesUpdate permission for future compatibility
Add the `messagesUpdate` permission to manifest.json to ensure the add-on works correctly with Thunderbird 122 and newer.
1 parent 663aff3 commit a849a25

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/manifest.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"manifest_version": 2,
33
"name": "PrioMailbox",
4-
"version": "1.4.3",
4+
"version": "1.4.4",
55
"default_locale": "en",
66
"description": "PrioMailbox organizes your emails in Thunderbird with intelligent, trainable tags. Important messages are highlighted, while unimportant ones are hidden.",
77
"icons": {
@@ -18,6 +18,7 @@
1818
"permissions": [
1919
"messagesModify",
2020
"messagesRead",
21+
"messagesUpdate",
2122
"storage",
2223
"menus",
2324
"notifications",

0 commit comments

Comments
 (0)