Skip to content

Commit

Permalink
fix: jpg -> white background png로 수정 (#118)
Browse files Browse the repository at this point in the history
  • Loading branch information
kledyu authored Mar 18, 2024
1 parent c5a2308 commit 1f20739
Show file tree
Hide file tree
Showing 23 changed files with 24 additions and 29 deletions.
Binary file removed public/icons/icon-1024x1024.jpg
Binary file not shown.
Binary file added public/icons/icon-1024x1024.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 removed public/icons/icon-128x128.jpg
Binary file not shown.
Binary file added public/icons/icon-128x128.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 removed public/icons/icon-144x144.jpg
Binary file not shown.
Binary file added public/icons/icon-144x144.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 removed public/icons/icon-152x152.jpg
Binary file not shown.
Binary file added public/icons/icon-152x152.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 removed public/icons/icon-192x192.jpg
Binary file not shown.
Binary file added public/icons/icon-192x192.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 removed public/icons/icon-256x256.jpg
Binary file not shown.
Binary file added public/icons/icon-256x256.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 removed public/icons/icon-384x384.jpg
Binary file not shown.
Binary file added public/icons/icon-384x384.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 removed public/icons/icon-48x48.jpg
Binary file not shown.
Binary file added public/icons/icon-48x48.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 removed public/icons/icon-512x512.jpg
Binary file not shown.
Binary file added public/icons/icon-512x512.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 removed public/icons/icon-72x72.jpg
Binary file not shown.
Binary file added public/icons/icon-72x72.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 removed public/icons/icon-96x96.jpg
Binary file not shown.
Binary file added public/icons/icon-96x96.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
53 changes: 24 additions & 29 deletions public/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,71 +9,66 @@
"description": "\uc6b0\ub9ac\ub4e4\uc758 \ud074\ub77c\uc774\ubc0d \ucee4\ubba4\ub2c8\ud2f0",
"icons": [
{
"src": "icons/icon-48x48.jpg",
"src": "icons/icon-48x48.png",
"sizes": "48x48",
"type": "image/jpg"
"type": "image/png"
},
{
"src": "icons/icon-72x72.jpg",
"src": "icons/icon-72x72.png",
"sizes": "72x72",
"type": "image/jpg"
"type": "image/png"
},
{
"src": "icons/icon-96x96.jpg",
"src": "icons/icon-96x96.png",
"sizes": "96x96",
"type": "image/jpg"
"type": "image/png"
},
{
"src": "icons/icon-128x128.jpg",
"src": "icons/icon-128x128.png",
"sizes": "128x128",
"type": "image/jpg"
"type": "image/png"
},
{
"src": "icons/icon-144x144.jpg",
"src": "icons/icon-144x144.png",
"sizes": "144x144",
"type": "image/jpg"
"type": "image/png"
},
{
"src": "icons/icon-152x152.jpg",
"src": "icons/icon-152x152.png",
"sizes": "152x152",
"type": "image/jpg"
"type": "image/png"
},
{
"src": "icons/icon-192x192.jpg",
"src": "icons/icon-192x192.png",
"sizes": "192x192",
"type": "image/jpg"
"type": "image/png"
},
{
"src": "icons/icon-192x192.jpg",
"src": "icons/icon-192x192.png",
"sizes": "192x192",
"type": "image/jpg",
"type": "image/png",
"purpose": "maskable"
},
{
"src": "icons/icon-256x256.jpg",
"src": "icons/icon-256x256.png",
"sizes": "256x256",
"type": "image/jpg"
"type": "image/png"
},
{
"src": "icons/icon-384x384.jpg",
"src": "icons/icon-384x384.png",
"sizes": "384x384",
"type": "image/jpg"
"type": "image/png"
},
{
"src": "icons/icon-512x512.jpg",
"src": "icons/icon-512x512.png",
"sizes": "512x512",
"type": "image/jpg"
},
{
"src": "icons/icon-512x512.jpg",
"sizes": "512x512",
"type": "image/jpg",
"type": "image/png",
"purpose": "maskable"
},
{
"src": "icons/icon-1024x1024.jpg",
"src": "icons/icon-1024x1024.png",
"sizes": "1024x1024",
"type": "image/jpg"
"type": "image/png"
}
]
}

0 comments on commit 1f20739

Please sign in to comment.