diff options
author | Alex Yatskov <alex@foosoft.net> | 2016-04-24 16:48:30 -0700 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2016-04-24 16:48:30 -0700 |
commit | 8143e372cdb61012ec8683feb01688adfa39dde1 (patch) | |
tree | e7336df5bd9fd3bb676e5063d649c5dd8b83fee3 /ext/manifest.json | |
parent | 59989cd78c60b4c8d089b3bed070b11eb62622b6 (diff) |
Stub handler for kanji click
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 e766c140..639ad921 100644 --- a/ext/manifest.json +++ b/ext/manifest.json @@ -20,7 +20,7 @@ "background": {"page": "bg/background.html"}, "options_page": "bg/options.html", "permissions": ["storage"], - "web_accessible_resources": ["fg/css/frame.css", "fg/css/frame.js"], + "web_accessible_resources": ["fg/css/frame.css", "fg/js/frame.js"], "content_scripts": [{ "matches": ["*://*/*"], |