From d848576f972c7b6659c39326d3942591c11de7e6 Mon Sep 17 00:00:00 2001 From: Barry Chen Date: Thu, 24 May 2018 12:21:03 -0500 Subject: [PATCH] Add 'mozillaAddons' to addon permissions. (#4495) --- addon/webextension/manifest.json.template | 1 + 1 file changed, 1 insertion(+) diff --git a/addon/webextension/manifest.json.template b/addon/webextension/manifest.json.template index 0b4e9bf907..955a592e65 100644 --- a/addon/webextension/manifest.json.template +++ b/addon/webextension/manifest.json.template @@ -69,6 +69,7 @@ "notifications", "clipboardWrite", "contextMenus", + "mozillaAddons", "", "http://localhost:10080/" ]