From f0392fb5a05c5d4b3dd37ebc64c1dee2c2b6b848 Mon Sep 17 00:00:00 2001 From: Valerio Virgillito Date: Wed, 21 Mar 2012 17:22:47 -0700 Subject: Changes to the webrequest blocking and adding a google.com permission workaround Signed-off-by: Valerio Virgillito --- manifest.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'manifest.json') diff --git a/manifest.json b/manifest.json index 0500101b..50e1cba1 100644 --- a/manifest.json +++ b/manifest.json @@ -12,7 +12,10 @@ }, "permissions": [ "unlimitedStorage", - "notifications" + "notifications", + "webRequest", + "webRequestBlocking", + "http://www.google.com/*" ], "requirements": { "3D": { -- cgit v1.2.3