aboutsummaryrefslogtreecommitdiff
path: root/manifest.json
diff options
context:
space:
mode:
authorWojtek Kosior <koszko@koszko.org>2021-09-02 18:39:38 +0200
committerWojtek Kosior <koszko@koszko.org>2021-09-02 18:39:38 +0200
commitd1d5d4fb2447289029c0075db0ccfd5c22597e88 (patch)
treef4d1a706e799c160e38051c0580625880030f7a7 /manifest.json
parent6247f163d3ca89d5570450ac7ac8fd18f73bb74b (diff)
downloadbrowser-extension-d1d5d4fb2447289029c0075db0ccfd5c22597e88.tar.gz
browser-extension-d1d5d4fb2447289029c0075db0ccfd5c22597e88.zip
also require "unlimitedStorage" permission to avoid surprise later
Diffstat (limited to 'manifest.json')
-rw-r--r--manifest.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/manifest.json b/manifest.json
index ed1dcd5..bd963fe 100644
--- a/manifest.json
+++ b/manifest.json
@@ -23,7 +23,8 @@
"sessions",
"storage",
"tabs",
- "<all_urls>"
+ "<all_urls>",
+ "unlimitedStorage"
],
"browser_action": {
"browser_style": true,