diff options
author | Haoran S. Diao <0@hairydiode.xyz> | 2019-02-11 16:58:10 -0500 |
---|---|---|
committer | Haoran S. Diao <0@hairydiode.xyz> | 2019-02-11 16:58:10 -0500 |
commit | 73075d3853bd3ae433f6b952027943900bf17459 (patch) | |
tree | 0cc12956f53b7fed66411ac54717a68cce39329c /manifest.json | |
parent | 8ac363ae88aa47a9738c729c40660f1d8a0f291c (diff) |
Added Application ID for firefox
Diffstat (limited to 'manifest.json')
-rw-r--r-- | manifest.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/manifest.json b/manifest.json index 41b6c64..aeebffd 100644 --- a/manifest.json +++ b/manifest.json @@ -2,6 +2,12 @@ "manifest_version": 2, "name": "去英", "version": "0.1", + "browser_specific_settings": { + "gecko": { + "id": "deanglicize@hairydiode.xyz", + "strict_min_version": "57.0" + } + }, "description": "去掉《汉典》和《新华字典》里的英文解说", |