summaryrefslogtreecommitdiff
path: root/manifest.json
diff options
context:
space:
mode:
authorAlex Yatskov <alex@foosoft.net>2016-03-19 19:32:35 -0700
committerAlex Yatskov <alex@foosoft.net>2016-03-19 19:32:35 -0700
commit8f24c5ff6a3bcbb4b5e1bbe129c2365691554827 (patch)
tree602221dfd48db2931860c7d09e58c552540448b0 /manifest.json
parent826bf963119ce70e1498505c2b930716af7a249d (diff)
Tests
Diffstat (limited to 'manifest.json')
-rw-r--r--manifest.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifest.json b/manifest.json
index 15cbd330..79258d34 100644
--- a/manifest.json
+++ b/manifest.json
@@ -10,7 +10,7 @@
"content_scripts": [{
"matches": [ "http://*/*", "https://*/*" ],
- "js": [ "content.js" ],
+ "js": [ "jp/dictionary.js", "content.js" ],
"run_at": "document_end"
}]
}