Skip to content

Commit

Permalink
feat: support new TweetDeck URL (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
Robot-Inventor committed Apr 10, 2024
1 parent 21ab7ee commit 236ed61
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/manifest/v2.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"matches": [
"https://twitter.com/*",
"https://mobile.twitter.com/*",
"https://tweetdeck.twitter.com/*"
"https://pro.twitter.com/*"
],
"js": [
"js/index.js"
Expand Down
2 changes: 1 addition & 1 deletion src/manifest/v3.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"matches": [
"https://twitter.com/*",
"https://mobile.twitter.com/*",
"https://tweetdeck.twitter.com/*"
"https://pro.twitter.com/*"
],
"js": [
"js/index.js"
Expand Down

0 comments on commit 236ed61

Please sign in to comment.