From 873bb850a44d3b388fe6742c6aadc6e0caaae30b Mon Sep 17 00:00:00 2001 From: Jose Antonio Marquez Date: Wed, 21 Mar 2012 12:03:36 -0700 Subject: Fix: Chrome 19 I/O Bug Fixed creating new files. --- manifest.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'manifest.json') diff --git a/manifest.json b/manifest.json index 80d8a5be..0500101b 100644 --- a/manifest.json +++ b/manifest.json @@ -12,9 +12,7 @@ }, "permissions": [ "unlimitedStorage", - "notifications", - "webRequest", - "webRequestBlocking" + "notifications" ], "requirements": { "3D": { -- cgit v1.2.3 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