diff options
author | Alex Yatskov <alex@foosoft.net> | 2017-02-11 12:16:14 -0800 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2017-02-11 12:16:14 -0800 |
commit | 701c91ea66852631ccc6e7bfb23b49578646ff33 (patch) | |
tree | 536cc30e178abdf6c28b47b88a67770250a106bf /ext/manifest.json | |
parent | 7398e74d71a91dfc1397c28f8dc5df4205d96249 (diff) |
block placeholder audio with a short audio clip1.0.13
Diffstat (limited to 'ext/manifest.json')
-rw-r--r-- | ext/manifest.json | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/ext/manifest.json b/ext/manifest.json index 1c80435f..0a1301c1 100644 --- a/ext/manifest.json +++ b/ext/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "Yomichan", - "version": "1.0.12", + "version": "1.0.13", "description": "Japanese dictionary with Anki integration", "icons": {"16": "img/icon16.png", "48": "img/icon48.png", "128": "img/icon128.png"}, @@ -31,13 +31,14 @@ ], "web_accessible_resources": [ "fg/css/frame.css", + "fg/frame.html", "fg/img/add_kanji.png", "fg/img/add_term_kana.png", "fg/img/add_term_kanji.png", "fg/img/play_audio.png", "fg/img/spinner.gif", "fg/js/frame.js", - "fg/frame.html", + "fg/mp3/button.mp3", "fg/ttf/kanji-stroke-orders.ttf", "fg/ttf/vl-gothic-regular.ttf" ] |