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:
parent
3d43021b72
commit
fbfdab048b
2 changed files with 14 additions and 2 deletions
|
|
@ -10,7 +10,8 @@
|
|||
}
|
||||
},
|
||||
"permissions": [
|
||||
"cloudFile"
|
||||
"cloudFile",
|
||||
"storage"
|
||||
],
|
||||
"host_permissions": [
|
||||
"http://*/*",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue