From 38e6cb2e1fbaf432478263376c4eef2be56c84c0 Mon Sep 17 00:00:00 2001 From: John Mayhew Date: Fri, 20 Apr 2012 11:32:12 -0700 Subject: fixed injection caused by inability to add our webRequest listener due to an incorrect host permission. Reverting to the old hack fix. --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 42fe43f4..b46c9826 100644 --- a/manifest.json +++ b/manifest.json @@ -15,7 +15,7 @@ "notifications", "webRequest", "webRequestBlocking", - "http://localhost:/" + "http://ninja/*" ], "requirements": { "3D": { -- cgit v1.2.3