From 197a5be395cd743dbf899a54b34b64da707143a8 Mon Sep 17 00:00:00 2001 From: Robot-Inventor <30.keita@gmail.com> Date: Thu, 11 Apr 2024 02:07:18 +0900 Subject: [PATCH] feat: support new TweetDeck URL --- src/manifest/v2.json | 2 +- src/manifest/v3.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/manifest/v2.json b/src/manifest/v2.json index fcb0266..ea636f2 100644 --- a/src/manifest/v2.json +++ b/src/manifest/v2.json @@ -14,7 +14,7 @@ "matches": [ "https://twitter.com/*", "https://mobile.twitter.com/*", - "https://tweetdeck.twitter.com/*" + "https://pro.twitter.com/*" ], "js": [ "js/index.js" diff --git a/src/manifest/v3.json b/src/manifest/v3.json index c27d152..ebc6104 100644 --- a/src/manifest/v3.json +++ b/src/manifest/v3.json @@ -14,7 +14,7 @@ "matches": [ "https://twitter.com/*", "https://mobile.twitter.com/*", - "https://tweetdeck.twitter.com/*" + "https://pro.twitter.com/*" ], "js": [ "js/index.js"