diff options
-rw-r--r-- | ext/manifest.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ext/manifest.json b/ext/manifest.json index c356f3d3..3c5991c7 100644 --- a/ext/manifest.json +++ b/ext/manifest.json @@ -1,9 +1,9 @@ { "manifest_version": 2, - "name": "Yomichan", + "name": "Yomichan (development build)", "version": "20.6.27.0", - "description": "Japanese dictionary with Anki integration", + "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", @@ -88,8 +88,8 @@ "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "applications": { "gecko": { - "id": "alex@foosoft.net", - "strict_min_version": "55.0" + "id": "alex.testing@foosoft.net", + "strict_min_version": "52.0" } } } |