From c6b1c3894c1498ee2d71b3befa5f6e72582c6202 Mon Sep 17 00:00:00 2001 From: Zenima Date: Sun, 16 Feb 2014 10:45:13 +0100 Subject: [PATCH] Changed url permission from all url to bing only --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index c47d242..c4ceceb 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "version": "1.0.1", "permissions": [ - "", + "*://www.bing.com/*", "tabs" ],