diff options
Diffstat (limited to 'manifest.json')
-rw-r--r-- | manifest.json | 2 |
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" }] } |