From ce84665e3a986a7703a5897f566387c41ad0e3a3 Mon Sep 17 00:00:00 2001 From: stoically <29637501+stoically@users.noreply.github.com> Date: Tue, 30 Jan 2018 22:34:00 +0100 Subject: [PATCH] Add management permission to manifest.json Part of #1095 --- src/manifest.json | 1 + 1 file changed, 1 insertion(+) diff --git a/src/manifest.json b/src/manifest.json index d5350e2..3963e24 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -26,6 +26,7 @@ "contextualIdentities", "history", "idle", + "management", "storage", "tabs", "webRequestBlocking",