From 7be6a1cba904252eedbfe178627ac41cca7ea785 Mon Sep 17 00:00:00 2001 From: eight Date: Thu, 4 Oct 2018 19:24:35 +0800 Subject: [PATCH] Add: applications --- manifest.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/manifest.json b/manifest.json index 0571b624..989cca36 100644 --- a/manifest.json +++ b/manifest.json @@ -110,5 +110,11 @@ "options_ui": { "page": "options.html", "chrome_style": false + }, + "applications": { + "gecko": { + "id": "{7a7a4a92-a2a0-41d1-9fd7-1e92480d612d}", + "strict_min_version": "53" + } } }