From 32f317ab85d3e473bd4b59ab8dcec08212703c37 Mon Sep 17 00:00:00 2001 From: gorhill Date: Thu, 18 May 2017 18:52:11 -0400 Subject: [PATCH] fix as per email feedback from @andymckay --- platform/webext/install.rdf | 9 +++++++++ platform/webext/manifest.json | 3 +-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/platform/webext/install.rdf b/platform/webext/install.rdf index 0d0e9b3bf..48ba61afc 100644 --- a/platform/webext/install.rdf +++ b/platform/webext/install.rdf @@ -25,5 +25,14 @@ + + + + {{aa3c5121-dab2-40e2-81ca-7ea25febc110}} + 54.0 + * + + + diff --git a/platform/webext/manifest.json b/platform/webext/manifest.json index 2579d659a..a848a03e0 100644 --- a/platform/webext/manifest.json +++ b/platform/webext/manifest.json @@ -58,8 +58,7 @@ "webNavigation", "webRequest", "webRequestBlocking", - "http://*/*", - "https://*/*" + "" ], "short_name": "uBlockâ‚€" }