Skip to content

Commit

Permalink
Fix icons, fix Chrome option menu, updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
theo546 committed Jan 22, 2022
1 parent 4cf1eee commit b752187
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,5 @@ You can now import this extension in your favorite browser!
***

<p align="center">
<img src="screenshots/screenshot1.webp" height="500">
<img src="screenshots/screenshot1.webp" height="500" width="889">
</p>
1 change: 1 addition & 0 deletions build-chrome.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@ cd src
mv manifest.json ..
sed '6,11d' ../manifest.json > manifest.json
sed -i 's/"manifest_version": 2,/"manifest_version": 3,/g' manifest.json
sed -i 's/"browser_action"/"action"/g' manifest.json
7z a -tzip -mx=9 ../build-chrome.zip *
mv ../manifest.json manifest.json
Binary file modified src/icons/border-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 modified src/icons/page-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 modified src/icons/page-32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "NFTBlocker for Twitter",
"description": "This extension automatically block anyone who has a hexagon-shaped profile picture (NFT bros).",
"version": "1.0",
"version": "1.0.1",

"applications": {
"gecko": {
Expand Down

0 comments on commit b752187

Please sign in to comment.