summaryrefslogtreecommitdiff
path: root/ext/manifest.json
diff options
context:
space:
mode:
Diffstat (limited to 'ext/manifest.json')
-rw-r--r--ext/manifest.json5
1 files changed, 2 insertions, 3 deletions
diff --git a/ext/manifest.json b/ext/manifest.json
index c46e20af..a225faeb 100644
--- a/ext/manifest.json
+++ b/ext/manifest.json
@@ -8,8 +8,7 @@
"background": {"page": "background.html"},
"content_scripts": [{
- "matches": ["http://*/*", "https://*/*"],
- "js": ["content.js", "util.js"],
- "run_at": "document_end"
+ "matches": ["*://*/*"],
+ "js": ["content.js", "api.js"]
}]
}