summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTobias Gläßer <tobimensch@users.noreply.github.com>2018-10-29 06:39:36 -0400
committerThomas Buckley-Houston <tom@tombh.co.uk>2019-06-24 09:09:58 +0300
commitc794f102877325e49fbb8b667d5f8fb5772f65a0 (patch)
tree2e774f13ca029a72eea79e09080f33ad78eb73a7
parentfac1af7f2a2e001372f1a04b7576d254d7e72793 (diff)
Added sessions permission
-rw-r--r--webext/manifest.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/webext/manifest.json b/webext/manifest.json
index bd6dc0f..0d26d3a 100644
--- a/webext/manifest.json
+++ b/webext/manifest.json
@@ -32,6 +32,7 @@
"<all_urls>",
"webRequest",
"webRequestBlocking",
- "tabs"
+ "tabs",
+ "sessions"
]
}