From 84be9379651376d73e40fe69cf4b5dfe0208e25e Mon Sep 17 00:00:00 2001 From: Will Bamberg Date: Thu, 24 Sep 2015 16:23:44 -0700 Subject: [PATCH] remove activeTab permission, as we don't support that --- beastify/manifest.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/beastify/manifest.json b/beastify/manifest.json index 6c20458..4698129 100644 --- a/beastify/manifest.json +++ b/beastify/manifest.json @@ -11,7 +11,8 @@ }, "permissions": [ - "activeTab" + "http://*/*", + "https://*/*" ], "browser_action": {