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