summaryrefslogtreecommitdiffstats
path: root/manifest.json
diff options
context:
space:
mode:
Diffstat (limited to 'manifest.json')
-rw-r--r--manifest.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/manifest.json b/manifest.json
index 7c64ae9..e60b269 100644
--- a/manifest.json
+++ b/manifest.json
@@ -21,7 +21,8 @@
"matches": ["https://*/*"],
"js": ["content_script.js"],
"css": [],
- "run_at": "document_start"
+ "run_at": "document_start",
+ "all_frames": true
}
],
"web_accessible_resources": ["content_key_decryption.js", "eme_interception.js", "lib/*", "protobuf-generated/*"]