diff options
author | Alex Yatskov <alex@foosoft.net> | 2020-05-24 16:24:12 -0700 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2020-05-24 16:24:12 -0700 |
commit | 19197a9a5d6a1f54a179d894577dfac513b97401 (patch) | |
tree | 54bb1315f7e5d225e440a64911afddde17caa754 | |
parent | 1480288561cb8b9fb87ad711d970c548329fea98 (diff) |
Update title and description of testing build to comply with
"repetitive" extensions policy. Fixes #557
-rw-r--r-- | ext/manifest.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/manifest.json b/ext/manifest.json index f908da89..c7aa50ce 100644 --- a/ext/manifest.json +++ b/ext/manifest.json @@ -1,9 +1,9 @@ { "manifest_version": 2, - "name": "Yomichan (testing)", + "name": "Yomichan (development build)", "version": "20.5.22.0", - "description": "Japanese dictionary with Anki integration (testing)", + "description": "Japanese dictionary with Anki integration. This extension is a pre-developmental build for testing purposes. The latest stable build can be found here: https://chrome.google.com/webstore/detail/yomichan/ogmnaimimemjmbakcfefmnahgdfhfami", "icons": { "16": "mixed/img/icon16.png", "19": "mixed/img/icon19.png", |