diff options
-rw-r--r-- | README.md | 4 | ||||
-rw-r--r-- | ext/manifest.json | 6 |
2 files changed, 7 insertions, 3 deletions
@@ -82,7 +82,11 @@ primary language is not English, you may consider also importing the English ver * **[Innocent Corpus](https://forum.koohii.com/post-168613.html#pid168613)** (Term and Kanji frequencies across 5000+ novels) * [innocent\_corpus.zip](https://foosoft.net/projects/yomichan/dl/dict/innocent_corpus.zip) * **[Kanjium](https://github.com/mifunetoshiro/kanjium)** (Pitch dictionary, see [related project page](https://github.com/toasted-nutbread/yomichan-pitch-accent-dictionary) for details) +<<<<<<< HEAD + * [kanjium_pitch_accents.zip](https://foosoft.net/projects/yomichan/dl/dict/kanjium_pitch_accents.zip) +======= * [kanjium_pitch_accents.zip](https://foosoft.net/projects/yomichan/dl/dict/kanjium_pitch_accents.zip) (currently available for **testing version only**) +>>>>>>> master ## Basic Usage ## diff --git a/ext/manifest.json b/ext/manifest.json index 452b642c..041827a1 100644 --- a/ext/manifest.json +++ b/ext/manifest.json @@ -1,9 +1,9 @@ { "manifest_version": 2, - "name": "Yomichan", + "name": "Yomichan (testing)", "version": "20.4.18.0", - "description": "Japanese dictionary with Anki integration", + "description": "Japanese dictionary with Anki integration (testing)", "icons": {"16": "mixed/img/icon16.png", "48": "mixed/img/icon48.png", "128": "mixed/img/icon128.png"}, "browser_action": { "default_icon": {"19": "mixed/img/icon19.png", "38": "mixed/img/icon38.png"}, @@ -70,7 +70,7 @@ "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "applications": { "gecko": { - "id": "alex@foosoft.net", + "id": "alex.testing@foosoft.net", "strict_min_version": "52.0" } } |