diff options
author | Alex Yatskov <alex@foosoft.net> | 2016-03-23 19:25:32 -0700 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2016-03-23 19:25:32 -0700 |
commit | 2fe2e993ee1cdc80c91b03809a715f62995a8132 (patch) | |
tree | 8c03b81f97c89c166b87ff7561d42d35a7eda86f /ext/manifest.json | |
parent | c30837065889d4fc4d2984b14b365cc276c79214 (diff) |
WIP
Diffstat (limited to 'ext/manifest.json')
-rw-r--r-- | ext/manifest.json | 2 |
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" }] } |