aboutsummaryrefslogtreecommitdiff
path: root/ext/manifest.json
diff options
context:
space:
mode:
authorAlex Yatskov <alex@foosoft.net>2016-03-23 19:25:32 -0700
committerAlex Yatskov <alex@foosoft.net>2016-03-23 19:25:32 -0700
commit2fe2e993ee1cdc80c91b03809a715f62995a8132 (patch)
tree8c03b81f97c89c166b87ff7561d42d35a7eda86f /ext/manifest.json
parentc30837065889d4fc4d2984b14b365cc276c79214 (diff)
WIP
Diffstat (limited to 'ext/manifest.json')
-rw-r--r--ext/manifest.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/manifest.json b/ext/manifest.json
index 3685d949..c46e20af 100644
--- a/ext/manifest.json
+++ b/ext/manifest.json
@@ -9,7 +9,7 @@
"content_scripts": [{
"matches": ["http://*/*", "https://*/*"],
- "js": ["content.js"],
+ "js": ["content.js", "util.js"],
"run_at": "document_end"
}]
}