aboutsummaryrefslogtreecommitdiff
path: root/ext/manifest.json
diff options
context:
space:
mode:
authorAlex Yatskov <alex@foosoft.net>2016-03-24 20:30:18 -0700
committerAlex Yatskov <alex@foosoft.net>2016-03-24 20:30:18 -0700
commitac012b26b37f6c01a80c1faa98fbe43913e47b6e (patch)
tree7a6c631fea599ad2c4e2faa7a769e010f142027f /ext/manifest.json
parent1b278320542fd18a6426b433ea4d042781311812 (diff)
File reorg and cleanup
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"]
}]
}