From 2d8c28733d3e62ac3c02aab06d5d87d84b70d2ca Mon Sep 17 00:00:00 2001 From: Wellington Cordeiro Date: Mon, 22 Apr 2019 15:10:22 -0600 Subject: [PATCH] fix: correct permissions for Firefox remove the `background` permissions as it's not used by Firefox, but `activeTab` is and we needed it. fix #136 --- shells/browser/firefox/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shells/browser/firefox/manifest.json b/shells/browser/firefox/manifest.json index d69d4179a1..3ef00fba01 100644 --- a/shells/browser/firefox/manifest.json +++ b/shells/browser/firefox/manifest.json @@ -46,8 +46,8 @@ "permissions": [ "", - "background", "downloads", + "activeTab", "tabs", "file:///*", "http://*/*",