From 23979c3197bb3fd853cac592aefee95ae1a56f5c Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Wed, 30 May 2018 12:55:33 -0400 Subject: [PATCH] fix https://github.com/uBlockOrigin/uBlock-issues/issues/52 --- platform/webext/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/webext/manifest.json b/platform/webext/manifest.json index d0fc97aef..46fe0cc5e 100644 --- a/platform/webext/manifest.json +++ b/platform/webext/manifest.json @@ -1,7 +1,7 @@ { "applications": { "gecko": { - "id": "uBlock0-webext@raymondhill.net", + "id": "uBlock0@raymondhill.net", "strict_min_version": "52.0" } },