diff options
Diffstat (limited to 'browser/manifest.json')
-rw-r--r-- | browser/manifest.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/browser/manifest.json b/browser/manifest.json index 49536a7..69bf0ce 100644 --- a/browser/manifest.json +++ b/browser/manifest.json @@ -28,7 +28,7 @@ "web_accessible_resources": [ { - "resources": ["dist/Vencord.js", "dist/Vencord.css"], + "resources": ["dist/*", "third-party/*"], "matches": ["*://*.discord.com/*"] } ], |