From a51ba31df844be7de3d205ba9c3e2e5c4b5e0869 Mon Sep 17 00:00:00 2001 From: gorhill Date: Thu, 30 Apr 2015 07:50:42 -0400 Subject: [PATCH] removed useless web_accessible_resources directive --- platform/opera/manifest.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/platform/opera/manifest.json b/platform/opera/manifest.json index 38f1a8d5d..144f254b6 100644 --- a/platform/opera/manifest.json +++ b/platform/opera/manifest.json @@ -61,8 +61,5 @@ "http://*/*", "https://*/*" ], - "short_name": "uBlock₀", - "web_accessible_resources": [ - "document-blocked.html" - ] + "short_name": "uBlock₀" }