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:
luke crouch 2021-07-26 09:22:57 -05:00 committed by GitHub
commit 8512794b43
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -25,6 +25,7 @@
"idle", "idle",
"management", "management",
"storage", "storage",
"unlimitedStorage",
"tabs", "tabs",
"webRequestBlocking", "webRequestBlocking",
"webRequest" "webRequest"