From f590ebe37e9e3e723bf153c205a71e9aa92e8c13 Mon Sep 17 00:00:00 2001 From: Thomas Rientjes Date: Mon, 19 Jun 2017 14:26:32 -0400 Subject: [PATCH] Add compatibility with Firefox for desktop --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 98bcd67..3901f45 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,8 @@ "private-browsing": true }, "engines": { - "fennec": ">=45.0a1 <=*" + "fennec": ">=45.0a1 <=*", + "firefox": ">=45.0a1 <=*" }, "keywords": [ "browser", -- 2.21.0