aboutsummaryrefslogtreecommitdiff
path: root/ext/manifest.json
diff options
context:
space:
mode:
authorAlex Yatskov <alex@foosoft.net>2017-03-04 12:27:05 -0800
committerAlex Yatskov <alex@foosoft.net>2017-03-04 12:27:05 -0800
commit2e7ce451126342a9e77c43e757cd1ffdac00d807 (patch)
tree8b630987309f9391ef22e8461d47a3d765d202c0 /ext/manifest.json
parent395af352f0381d43086563aa7d72ac56ac207133 (diff)
file reorg1.0.18
Diffstat (limited to 'ext/manifest.json')
-rw-r--r--ext/manifest.json24
1 files changed, 12 insertions, 12 deletions
diff --git a/ext/manifest.json b/ext/manifest.json
index f4fcccfa..48b15c9d 100644
--- a/ext/manifest.json
+++ b/ext/manifest.json
@@ -1,12 +1,12 @@
{
"manifest_version": 2,
"name": "Yomichan",
- "version": "1.0.17",
+ "version": "1.0.18",
"description": "Japanese dictionary with Anki integration",
- "icons": {"16": "img/icon16.png", "48": "img/icon48.png", "128": "img/icon128.png"},
+ "icons": {"16": "mixed/img/icon16.png", "48": "mixed/img/icon48.png", "128": "mixed/img/icon128.png"},
"browser_action": {
- "default_icon": {"19": "img/icon19.png", "38": "img/icon38.png"},
+ "default_icon": {"19": "mixed/img/icon19.png", "38": "mixed/img/icon38.png"},
"default_popup": "bg/popup.html"
},
@@ -33,17 +33,17 @@
"storage"
],
"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/mp3/button.mp3",
- "fg/ttf/kanji-stroke-orders.ttf",
- "fg/ttf/vl-gothic-regular.ttf"
+ "mixed/css/frame.css",
+ "mixed/img/add_kanji.png",
+ "mixed/img/add_term_kana.png",
+ "mixed/img/add_term_kanji.png",
+ "mixed/img/play_audio.png",
+ "mixed/img/spinner.gif",
+ "mixed/mp3/button.mp3",
+ "mixed/ttf/kanji-stroke-orders.ttf",
+ "mixed/ttf/vl-gothic-regular.ttf"
],
"applications": {
"gecko": {