From 73075d3853bd3ae433f6b952027943900bf17459 Mon Sep 17 00:00:00 2001 From: "Haoran S. Diao" <0@hairydiode.xyz> Date: Mon, 11 Feb 2019 16:58:10 -0500 Subject: Added Application ID for firefox --- manifest.json | 6 ++++++ 1 file changed, 6 insertions(+) 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": "去掉《汉典》和《新华字典》里的英文解说", -- cgit v1.1