diff options
Diffstat (limited to 'ext/manifest.json')
-rw-r--r-- | ext/manifest.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/manifest.json b/ext/manifest.json index baec58f6..e12f85ad 100644 --- a/ext/manifest.json +++ b/ext/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, - "name": "Yomichan (testing)", - "version": "1.6.2", + "name": "Yomichan", + "version": "1.7.4", "description": "Japanese dictionary with Anki integration (testing)", "icons": {"16": "mixed/img/icon16.png", "48": "mixed/img/icon48.png", "128": "mixed/img/icon128.png"}, @@ -58,7 +58,7 @@ "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "applications": { "gecko": { - "id": "alex.testing@foosoft.net", + "id": "alex@foosoft.net", "strict_min_version": "52.0" } } |