diff options
author | Alex Yatskov <alex@foosoft.net> | 2016-05-03 20:25:35 -0700 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2016-05-03 20:25:35 -0700 |
commit | 1e2a249c537ba4b0eb4b07b855511dec20d45c88 (patch) | |
tree | ffb91c4f1282e89e5af09deb8ddf288557c0e75f /ext/manifest.json | |
parent | 2b3550bd337381ba602df9d89e143e2927df9797 (diff) |
Show action icons
Diffstat (limited to 'ext/manifest.json')
-rw-r--r-- | ext/manifest.json | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/ext/manifest.json b/ext/manifest.json index 0fe4139a..a99f0730 100644 --- a/ext/manifest.json +++ b/ext/manifest.json @@ -24,7 +24,10 @@ "web_accessible_resources": [ "fg/css/frame.css", "fg/js/frame.js", - "fg/ttf/kanji-stroke-orders.ttf" + "fg/ttf/kanji-stroke-orders.ttf", + "fg/img/icon_add_expression.png", + "fg/img/icon_add_reading.png", + "fg/img/icon_copy_definition.png" ], "content_scripts": [{ |