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 6db257d7..f908da89 100644 --- a/ext/manifest.json +++ b/ext/manifest.json @@ -1,9 +1,9 @@  {      "manifest_version": 2, -    "name": "Yomichan", +    "name": "Yomichan (testing)",      "version": "20.5.22.0", -    "description": "Japanese dictionary with Anki integration", +    "description": "Japanese dictionary with Anki integration (testing)",      "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"          }      }  }  |