From 0c804116a8734870e6a93a6d4487c24b82edb4da Mon Sep 17 00:00:00 2001 From: gorhill Date: Thu, 2 Mar 2017 12:49:59 -0500 Subject: [PATCH] privacy API now supported in webext --- platform/webext/manifest.json | 1 + 1 file changed, 1 insertion(+) diff --git a/platform/webext/manifest.json b/platform/webext/manifest.json index ebbbf36b1..2579d659a 100644 --- a/platform/webext/manifest.json +++ b/platform/webext/manifest.json @@ -52,6 +52,7 @@ }, "permissions": [ "contextMenus", + "privacy", "storage", "tabs", "webNavigation",