Skip to content

Commit

Permalink
🍱 add new version of icon - release v1.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
prabapro committed Sep 17, 2024
1 parent c5f3586 commit 501ad91
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "slt-bb-usage-checker",
"private": true,
"version": "1.2.3",
"version": "1.2.4",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
Binary file modified public/images/icon128.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 public/images/icon16.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 public/images/icon32.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 public/images/icon48.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 6 additions & 2 deletions public/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,17 @@
"16": "images/icon16.png",
"32": "images/icon32.png",
"48": "images/icon48.png",
"128": "images/icon128.png"
"64": "images/icon64.png",
"128": "images/icon128.png",
"512": "images/icon512.png"
}
},
"icons": {
"16": "images/icon16.png",
"32": "images/icon32.png",
"48": "images/icon48.png",
"128": "images/icon128.png"
"64": "images/icon64.png",
"128": "images/icon128.png",
"512": "images/icon512.png"
}
}

0 comments on commit 501ad91

Please sign in to comment.