diff options
Diffstat (limited to 'ext')
| -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 359d1f86..6a120a97 100644 --- a/ext/manifest.json +++ b/ext/manifest.json @@ -1,6 +1,6 @@  {      "manifest_version": 2, -    "name": "Yomichan", +    "name": "Yomichan (testing)",      "version": "1.8.0",      "description": "Japanese dictionary with Anki integration (testing)", @@ -60,7 +60,7 @@      "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",      "applications": {          "gecko": { -            "id": "alex@foosoft.net", +            "id": "alex.testing@foosoft.net",              "strict_min_version": "52.0"          }      } |