Skip to content

Commit

Permalink
style(extension): added additional icons
Browse files Browse the repository at this point in the history
  • Loading branch information
Apollorion committed Aug 10, 2022
1 parent d0bd2d7 commit f9593f0
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,9 @@ jobs:
envsubst < ./extension/manifest-firefox.json > ./dist/manifest-firefox.json
cp ./extension/16.png ./dist/16.png
cp ./extension/32.png ./dist/32.png
cp ./extension/48.png ./dist/48.png
cp ./extension/64.png ./dist/64.png
cp ./extension/96.png ./dist/96.png
cp ./extension/background.html ./dist/background.html
cd ./dist
Expand Down
Binary file added extension/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 extension/96.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: 3 additions & 1 deletion extension/manifest-firefox.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@
"icons": {
"16": "16.png",
"32": "32.png",
"64": "64.png"
"48": "48.png",
"64": "64.png",
"96": "96.png"
},
"permissions": [
"storage"
Expand Down
4 changes: 3 additions & 1 deletion extension/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@
"icons": {
"16": "16.png",
"32": "32.png",
"64": "64.png"
"48": "48.png",
"64": "64.png",
"96": "96.png"
},
"permissions": [
"storage"
Expand Down

0 comments on commit f9593f0

Please sign in to comment.