Skip to content

Commit

Permalink
Updated logo in manifest.json
Browse files Browse the repository at this point in the history
  • Loading branch information
fazle-rabbi-dev committed Apr 7, 2024
1 parent 5857364 commit 066b08f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions public/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@
"name": "Spend-Sync",
"icons": [
{
"src": "favicon.ico",
"src": "favicon-16x16.png",
"sizes": "64x64 32x32 24x24 16x16",
"type": "image/x-icon"
},
{
"src": "favicon-32x32.png",
"src": "android-chrome-192x192.png",
"type": "image/png",
"sizes": "192x192"
},
{
"src": "favicon-32x32.png",
"src": "android-chrome-512x512.png",
"type": "image/png",
"sizes": "512x512"
}
Expand Down
6 changes: 3 additions & 3 deletions public/site.webmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@
"name": "Spend-Sync",
"icons": [
{
"src": "favicon.ico",
"src": "favicon-16x16.png",
"sizes": "64x64 32x32 24x24 16x16",
"type": "image/x-icon"
},
{
"src": "favicon-32x32.png",
"src": "android-chrome-192x192.png",
"type": "image/png",
"sizes": "192x192"
},
{
"src": "favicon-32x32.png",
"src": "android-chrome-512x512.png",
"type": "image/png",
"sizes": "512x512"
}
Expand Down

0 comments on commit 066b08f

Please sign in to comment.