fix: Add unlimitedStorage permission to make sure storage.local doesn't hit quota limits or IndexedDB QuotaManager data eviction
This commit is contained in:
parent
4b56a2f0bb
commit
56b85a8cdd
1 changed files with 1 additions and 0 deletions
|
@ -25,6 +25,7 @@
|
||||||
"idle",
|
"idle",
|
||||||
"management",
|
"management",
|
||||||
"storage",
|
"storage",
|
||||||
|
"unlimitedStorage",
|
||||||
"tabs",
|
"tabs",
|
||||||
"webRequestBlocking",
|
"webRequestBlocking",
|
||||||
"webRequest"
|
"webRequest"
|
||||||
|
|
Loading…
Add table
Reference in a new issue