diff options
| author | Alex Yatskov <alex@foosoft.net> | 2019-06-28 12:20:11 -0700 | 
|---|---|---|
| committer | Alex Yatskov <alex@foosoft.net> | 2019-06-28 12:20:11 -0700 | 
| commit | 13c48a3980819f4de1dbcfee6a6f1cbee2d932ca (patch) | |
| tree | f4735278ddd9a53173135b45a466026d5eb9561c | |
| parent | 672eb55a20a189d295dc80c93d9932b60a76ad28 (diff) | |
| parent | e0bdd6c7f4f6458884112076bce43a21fb9f6484 (diff) | |
Merge branch 'testing' of https://github.com/FooSoft/yomichan
| -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 95e987cf..6880b4b1 100644 --- a/ext/manifest.json +++ b/ext/manifest.json @@ -1,9 +1,9 @@  {      "manifest_version": 2, -    "name": "Yomichan", +    "name": "Yomichan (testing)",      "version": "1.6.0", -    "description": "Japanese dictionary with Anki integration", +    "description": "Japanese dictionary with Anki integration (testing)",      "icons": {"16": "mixed/img/icon16.png", "48": "mixed/img/icon48.png", "128": "mixed/img/icon128.png"},      "browser_action": {          "default_icon": {"19": "mixed/img/icon19.png", "38": "mixed/img/icon38.png"}, @@ -54,7 +54,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"          }      } |