Merge pull request #103 from wagesj45/codex/investigate-browser.notifications-undefined-error

Add notifications permission
This commit is contained in:
Jordan Wages 2025-07-16 19:19:46 -05:00 committed by GitHub
commit 83a718dcfa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 15 additions and 13 deletions

View file

@ -126,6 +126,7 @@ Sortana requests the following Thunderbird permissions:
- `accountsRead` list accounts and folders for move or copy actions.
- `menus` add context menu commands.
- `tabs` open new tabs and query the active tab.
- `notifications` display error notifications.
- `compose` create reply and forward compose windows for matching rules.
## Thunderbird Add-on Store Disclosures

View file

@ -40,6 +40,7 @@
"messagesTagsList",
"accountsRead",
"menus",
"notifications",
"scripting",
"tabs",
"theme",