From e60ac31d7391b975f39af7bb3644b0433f0e9f8f Mon Sep 17 00:00:00 2001 From: gorhill Date: Mon, 27 Apr 2015 11:15:36 -0400 Subject: [PATCH] this fixes #140 --- platform/chromium/manifest.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/platform/chromium/manifest.json b/platform/chromium/manifest.json index 5e89e1bf2..3718ffbf2 100644 --- a/platform/chromium/manifest.json +++ b/platform/chromium/manifest.json @@ -64,8 +64,5 @@ "http://*/*", "https://*/*" ], - "short_name": "uBlock₀", - "web_accessible_resources": [ - "document-blocked.html" - ] + "short_name": "uBlock₀" }