aboutsummaryrefslogtreecommitdiff
path: root/browser/manifest.json
diff options
context:
space:
mode:
Diffstat (limited to 'browser/manifest.json')
-rw-r--r--browser/manifest.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/browser/manifest.json b/browser/manifest.json
index c01bc44..2988ba9 100644
--- a/browser/manifest.json
+++ b/browser/manifest.json
@@ -22,7 +22,9 @@
}
],
"permissions": [
- "*://*.discord.com/*"
+ "*://*.discord.com/*",
+ "webRequest",
+ "webRequestBlocking"
],
"web_accessible_resources": [
"dist/Vencord.js"