From ef21e8cbe443ca97a0798120ec4881384cace430 Mon Sep 17 00:00:00 2001 From: Dhyey Findoriya Date: Sat, 21 Jun 2025 16:52:25 +0530 Subject: [PATCH 1/2] Add support for verified Medium aliases --- extension/manifest.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/extension/manifest.json b/extension/manifest.json index 59fffc3..bc945a7 100644 --- a/extension/manifest.json +++ b/extension/manifest.json @@ -65,7 +65,10 @@ "https://uxdesign.cc/*", "https://writingcooperative.com/*", "https://www.eruditeelders.com/*", - "https://yc.prosetech.com/*" + "https://yc.prosetech.com/*", + "https://stories.byburk.net/*", + "https://theinnovationhub.medium.com/*", + "https://neuralnetworkpress.com/*" ], "js": [ "content.js" From 100b4154579f03b9fc9e47e5c5b802b81340e0df Mon Sep 17 00:00:00 2001 From: Dhyey Findoriya Date: Tue, 24 Jun 2025 10:39:22 +0530 Subject: [PATCH 2/2] Add support for stories.byburk.net (verified Medium alias) --- extension/manifest.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/extension/manifest.json b/extension/manifest.json index bc945a7..02c978f 100644 --- a/extension/manifest.json +++ b/extension/manifest.json @@ -66,9 +66,7 @@ "https://writingcooperative.com/*", "https://www.eruditeelders.com/*", "https://yc.prosetech.com/*", - "https://stories.byburk.net/*", - "https://theinnovationhub.medium.com/*", - "https://neuralnetworkpress.com/*" + "https://stories.byburk.net/*" ], "js": [ "content.js"