aboutsummaryrefslogtreecommitdiff
path: root/ext/manifest.json
diff options
context:
space:
mode:
Diffstat (limited to 'ext/manifest.json')
-rw-r--r--ext/manifest.json5
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"
]