From bd33aa833f780b15c47bb9b9030921c1d451aa29 Mon Sep 17 00:00:00 2001 From: kodxana Date: Fri, 4 Mar 2022 19:43:05 +0100 Subject: [PATCH] API CORS fix + Up Version --- src/manifest.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/manifest.json b/src/manifest.json index 0e3199d..891ccf8 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -1,6 +1,6 @@ { "name": "Watch on LBRY", - "version": "1.7.7", + "version": "1.7.8", "permissions": [ "https://www.youtube.com/", "https://yewtu.be/", @@ -11,6 +11,7 @@ "https://lbry.tv/", "https://odysee.com/", "https://madiator.com/", + "https://scrap.madiator.com/", "tabs", "storage" ],