summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Yatskov <alex@foosoft.net>2019-08-17 16:01:54 -0700
committerAlex Yatskov <alex@foosoft.net>2019-08-17 16:01:54 -0700
commit521aeee2bc75df3251124aa917dd0711173f7eea (patch)
treee07c44dac5cc8fbf3c0a97174d2698522806f1e8
parent317a7a1538ee6bf0f16077af01d3cc309d15fa57 (diff)
fix manifest to contain proper values for stable version of yomichan
-rw-r--r--ext/manifest.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/manifest.json b/ext/manifest.json
index e3d7718b..69043e79 100644
--- a/ext/manifest.json
+++ b/ext/manifest.json
@@ -1,6 +1,6 @@
{
"manifest_version": 2,
- "name": "Yomichan (testing)",
+ "name": "Yomichan",
"version": "1.6.2",
"description": "Japanese dictionary with Anki integration (testing)",
@@ -54,7 +54,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"
}
}