From fd0c3d9dbc8e114b0c85bfdda3aa6c09c21eaba7 Mon Sep 17 00:00:00 2001 From: David Todd Date: Fri, 13 Mar 2015 21:38:02 -0500 Subject: [PATCH] Fix manifest.json For some reason chrome.tabs.get is failing with an undefined method error, this should fix the permissions... hopefully Signed-off-by: David Todd --- Fox.ci_Chrome_Extension/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Fox.ci_Chrome_Extension/manifest.json b/Fox.ci_Chrome_Extension/manifest.json index 1d13587..d904120 100755 --- a/Fox.ci_Chrome_Extension/manifest.json +++ b/Fox.ci_Chrome_Extension/manifest.json @@ -14,8 +14,8 @@ }, "permissions": [ "", - "clipboardWrite", "tabs", + "clipboardWrite", "contextMenus", "notifications" ],