diff --git a/platform/chromium/manifest.json b/platform/chromium/manifest.json index 7ae0a06db..e5f120ed0 100644 --- a/platform/chromium/manifest.json +++ b/platform/chromium/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 2, "name": "uBlock Origin", - "version": "1.5.6", + "version": "1.5.7", "default_locale": "en", "description": "__MSG_extShortDesc__", diff --git a/platform/opera/manifest.json b/platform/opera/manifest.json index a6a232cf5..27f0d6306 100644 --- a/platform/opera/manifest.json +++ b/platform/opera/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 2, "name": "uBlock Origin", - "version": "1.5.6", + "version": "1.5.7", "default_locale": "en", "description": "__MSG_extShortDesc__", @@ -38,7 +38,7 @@ "all_frames": true }, { - "matches": ["http://*/*", "https://*/*"], + "matches": ["http://*/*", "https://*/*"], "js": ["js/scriptlets/subscriber.js"], "run_at": "document_idle", "all_frames": false