Skip to content

Commit

Permalink
Add support to mobile twitter, and change description
Browse files Browse the repository at this point in the history
  • Loading branch information
morizkay committed Apr 2, 2022
1 parent 5bfc0ee commit c3daec9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
"content_scripts": [
{
"css": ["silent-tweeps.css"],
"matches": ["https://twitter.com/*"],
"matches": ["https://twitter.com/*", "https://mobile.twitter.com/*"],
"run_at": "document_start"
}
],
"description": "Silent Tweeps is an chromium's browser based extension to make you can't retweet or like tweets from other users. (More features will be added soon)",
"description": "Browser extension to disable some Twitter's features, currently makes you: \n- Can't tweet \n- Can't retweet \n- Can't like",
"manifest_version": 3,
"name": "Silent Tweeps",
"version": "1.0"
Expand Down

0 comments on commit c3daec9

Please sign in to comment.