Skip to content

Commit

Permalink
Swap logo and favicon.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kugelschieber committed Jul 24, 2023
1 parent 5741501 commit 23cd758
Show file tree
Hide file tree
Showing 8 changed files with 31 additions and 0 deletions.
Binary file added files/twitter.ico
Binary file not shown.
Binary file added icons/xbegone-128.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icons/xbegone-16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icons/xbegone-48.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icons/xbegone-512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 21 additions & 0 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"manifest_version": 2,
"name": "X Be Gone",
"version": "1.0",
"description": "Removes the ugly X from Twitter and replaces it with the original Twitter logo.",
"icons": {
"16": "icons/xbegone-16.png",
"48": "icons/xbegone-48.png",
"128": "icons/xbegone-128.png",
"512": "icons/xbegone-512.png"
},
"content_scripts": [
{
"matches": ["*://*.twitter.com/*"],
"js": ["xbegone.js"]
}
],
"web_accessible_resources": [
"files/twitter.ico"
]
}
6 changes: 6 additions & 0 deletions xbegone.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 23cd758

Please sign in to comment.