aboutsummaryrefslogtreecommitdiff
path: root/browser/manifest.json
diff options
context:
space:
mode:
Diffstat (limited to 'browser/manifest.json')
-rw-r--r--browser/manifest.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/browser/manifest.json b/browser/manifest.json
index 2938880..cb7ecc7 100644
--- a/browser/manifest.json
+++ b/browser/manifest.json
@@ -21,7 +21,8 @@
{
"run_at": "document_start",
"matches": ["*://*.discord.com/*"],
- "js": ["content.js"]
+ "js": ["content.js"],
+ "all_frames": true
}
],