Skip to content

Commit

Permalink
Merge pull request #119 from SluzCode/main
Browse files Browse the repository at this point in the history
Update manifest.json
  • Loading branch information
waltzaround authored May 25, 2024
2 parents 2584c19 + 70c13d7 commit 166a444
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@
},
"content_scripts": [
{
"matches": ["https://twitter.com/*", "https://mobile.twitter.com/*"],
"matches": ["https://twitter.com/*", "https://mobile.twitter.com/*","*://*.x.com/*"],
"js": ["content.js"]
}
],
"web_accessible_resources": [
{
"resources": ["script.js", "search.js", "data/verified.txt"],
"matches": ["https://twitter.com/*", "https://mobile.twitter.com/*"]
"matches": ["https://twitter.com/*", "https://mobile.twitter.com/*","*://*.x.com/*"]
}
],
"action": {
Expand Down

0 comments on commit 166a444

Please sign in to comment.