From 1752862c156deb169a9f21253e8c01780564e418 Mon Sep 17 00:00:00 2001 From: wanhose Date: Thu, 25 Nov 2021 13:16:42 +0100 Subject: [PATCH] chore(manifest): upgrade version --- manifest.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index c911da2..2e6b9ef 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "Cookie Dialog Monster", - "version": "5.4.2", + "version": "5.4.3", "default_locale": "en", "description": "__MSG_appDesc__", "icons": { @@ -23,7 +23,8 @@ "exclude_matches": [ "*://*.gfycat.com/*", "*://*.gmx.com/*", - "*://*.rundschau-online.de/*" + "*://*.rundschau-online.de/*", + "*://*.mediathekviewweb.de/*" ], "js": ["scripts/content.js"], "matches": ["http://*/*", "https://*/*"],