From 236ed6173fd04e807dbc59928417404339afe222 Mon Sep 17 00:00:00 2001 From: roboin <50550561+Robot-Inventor@users.noreply.github.com> Date: Thu, 11 Apr 2024 02:09:57 +0900 Subject: [PATCH] feat: support new TweetDeck URL (#39) --- 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"