diff options
author | Alex Yatskov <FooSoft@users.noreply.github.com> | 2019-10-19 12:01:54 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-19 12:01:54 -0700 |
commit | 03c72e94290fdb1e77f1ca247efb526a0dc9f44e (patch) | |
tree | 5c0eb723f35d1d2aaec1cfb13f742c4eee26b333 /ext/manifest.json | |
parent | a5d7de8e97400f63c328ccde9b313a127cef0611 (diff) | |
parent | 173a474d5b4df43afce53eb905b220666e36acd4 (diff) |
Merge pull request #256 from toasted-nutbread/unlimited-storage
Add unlimited storage permission
Diffstat (limited to 'ext/manifest.json')
-rw-r--r-- | ext/manifest.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/manifest.json b/ext/manifest.json index 25b86023..fe2b8689 100644 --- a/ext/manifest.json +++ b/ext/manifest.json @@ -41,7 +41,8 @@ "permissions": [ "<all_urls>", "storage", - "clipboardWrite" + "clipboardWrite", + "unlimitedStorage" ], "commands": { "toggle": { |