Skip to content

Commit

Permalink
feat: support new TweetDeck (X Pro) URL (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
Robot-Inventor authored Apr 15, 2024
1 parent 8b1b81c commit 4abe157
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/manifest/v2.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"matches": [
"https://twitter.com/*",
"https://mobile.twitter.com/*",
"https://tweetdeck.twitter.com/*"
"https://pro.twitter.com/*"
],
"js": [
"js/loader.js"
Expand Down
6 changes: 3 additions & 3 deletions src/manifest/v3.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
"host_permissions": [
"https://twitter.com/*",
"https://mobile.twitter.com/*",
"https://tweetdeck.twitter.com/*"
"https://pro.twitter.com/*"
],
"content_scripts": [
{
"matches": [
"https://twitter.com/*",
"https://mobile.twitter.com/*",
"https://tweetdeck.twitter.com/*"
"https://pro.twitter.com/*"
],
"js": [
"js/loader.js"
Expand All @@ -32,7 +32,7 @@
"matches": [
"https://twitter.com/*",
"https://mobile.twitter.com/*",
"https://tweetdeck.twitter.com/*"
"https://pro.twitter.com/*"
]
}
]
Expand Down

0 comments on commit 4abe157

Please sign in to comment.