From 66af1dd3e5aa80b257ba711600d112752ecaf655 Mon Sep 17 00:00:00 2001 From: Jose Antonio Marquez Date: Fri, 17 Feb 2012 00:19:48 -0800 Subject: Adding Chrome webRequest intercept Need to add logic to resolve file's actual URL dynamically. --- manifest.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'manifest.json') diff --git a/manifest.json b/manifest.json index 12a5d8b7..2754c71e 100644 --- a/manifest.json +++ b/manifest.json @@ -12,7 +12,9 @@ }, "permissions": [ "unlimitedStorage", - "notifications" + "notifications", + "webRequestBlocking", + "webRequest" ], "requirements": { "3D": { -- cgit v1.2.3 From 6787b29cfaa723c5c181baeb05160cfd4aadfe0f Mon Sep 17 00:00:00 2001 From: Jose Antonio Marquez Date: Sun, 19 Feb 2012 17:27:09 -0800 Subject: Clean up and repairing manifest --- manifest.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'manifest.json') diff --git a/manifest.json b/manifest.json index 2754c71e..3d156d2b 100644 --- a/manifest.json +++ b/manifest.json @@ -11,10 +11,11 @@ "128": "ninja_icon_128.png" }, "permissions": [ + "tabs", "unlimitedStorage", "notifications", - "webRequestBlocking", - "webRequest" + "webRequest", + "webRequestBlocking" ], "requirements": { "3D": { -- cgit v1.2.3