diff options
author | Alex Yatskov <alex@foosoft.net> | 2019-05-19 17:51:31 -0700 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2019-05-19 17:51:31 -0700 |
commit | 4f880e0cee1c8f1e11db2ed0e101d752fde11d7d (patch) | |
tree | dcd0696be5dd52fd9adf6f0eac3c585501b26909 | |
parent | c8be68e2057e633358769317f8a6d099acb9bb1a (diff) |
Add testing variant
-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 95e987cf..da12bc4f 100644 --- a/ext/manifest.json +++ b/ext/manifest.json @@ -1,9 +1,9 @@ { "manifest_version": 2, - "name": "Yomichan", + "name": "Yomichan (testing)", "version": "1.6.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"}, |