diff options
Diffstat (limited to 'browser/manifestv2.json')
-rw-r--r-- | browser/manifestv2.json | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/browser/manifestv2.json b/browser/manifestv2.json index f18443c..0b5eada 100644 --- a/browser/manifestv2.json +++ b/browser/manifestv2.json @@ -5,13 +5,11 @@ "version": "1.0.0", "author": "Vendicated", "homepage_url": "https://github.com/Vendicated/Vencord", - "host_permissions": [ - "*://*.discord.com/*", - "https://raw.githubusercontent.com/*" - ], "permissions": [ "webRequest", - "webRequestBlocking" + "webRequestBlocking", + "*://*.discord.com/*", + "https://raw.githubusercontent.com/*" ], "content_scripts": [ { |