diff --git a/manifest.json b/manifest.json index 07916fa..af368f2 100644 --- a/manifest.json +++ b/manifest.json @@ -13,7 +13,8 @@ "declarativeNetRequest" ], "host_permissions": [ - "https://*/*" + "https://discord.com/*", + "https://raw.githubusercontent.com/*" ], "background": { "service_worker": "js/background.js"