Skip to content

Commit

Permalink
Merge pull request #2079 from rpl/fix/add-unlimitedStorage-permission
Browse files Browse the repository at this point in the history
fix: Add unlimitedStorage permission to make sure storage.local does not hit quota limits or IndexedDB QuotaManager data eviction
  • Loading branch information
groovecoder authored Jul 26, 2021
2 parents 081ea0b + 56b85a8 commit 8512794
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"idle",
"management",
"storage",
"unlimitedStorage",
"tabs",
"webRequestBlocking",
"webRequest"
Expand Down

0 comments on commit 8512794

Please sign in to comment.