Merge pull request #2079 from rpl/fix/add-unlimitedStorage-permission
fix: Add unlimitedStorage permission to make sure storage.local does not hit quota limits or IndexedDB QuotaManager data eviction
This commit is contained in:
commit
8512794b43
1 changed files with 1 additions and 0 deletions
|
@ -25,6 +25,7 @@
|
|||
"idle",
|
||||
"management",
|
||||
"storage",
|
||||
"unlimitedStorage",
|
||||
"tabs",
|
||||
"webRequestBlocking",
|
||||
"webRequest"
|
||||
|
|
Loading…
Add table
Reference in a new issue