Add storage permission for account persistence

Include the Thunderbird storage permission required for browser.storage.local and make AccountStore fail fast when storage.local is unavailable.
This commit is contained in:
Jordan Wages 2026-04-19 18:55:38 -05:00
commit fbfdab048b
2 changed files with 14 additions and 2 deletions

View file

@ -10,7 +10,8 @@
}
},
"permissions": [
"cloudFile"
"cloudFile",
"storage"
],
"host_permissions": [
"http://*/*",