Skip to content

Commit

Permalink
feat: refresh app icon
Browse files Browse the repository at this point in the history
  • Loading branch information
nanochromatic committed Feb 11, 2024
1 parent 7ea8fab commit 4cc62bc
Show file tree
Hide file tree
Showing 19 changed files with 39 additions and 85 deletions.
Binary file removed public/android-chrome-192x192.png
Binary file not shown.
Binary file removed public/android-chrome-256x256.png
Binary file not shown.
Binary file modified public/apple-touch-icon.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/favicon-16x16.png
Binary file not shown.
Binary file removed public/favicon-32x32.png
Binary file not shown.
Binary file modified public/favicon.ico
Binary file not shown.
Binary file added public/icon-128.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 public/icon-144.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 public/icon-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 added public/icon-192.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 public/icon-256.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 public/icon-32.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 public/icon-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 public/icon-512.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 public/icon-72.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 2 additions & 7 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,18 +23,13 @@
rel="icon"
type="image/png"
sizes="32x32"
href="%PUBLIC_URL%/favicon-32x32.png"
href="%PUBLIC_URL%/icon-32.png"
/>
<link
rel="icon"
type="image/png"
sizes="16x16"
href="%PUBLIC_URL%/favicon-16x16.png"
/>
<link
rel="mask-icon"
href="%PUBLIC_URL%/safari-pinned-tab.svg"
color="#f7bbb5"
href="%PUBLIC_URL%/icon-16.png"
/>
<meta name="apple-mobile-web-app-title" content="MapleStory Music" />
<meta name="application-name" content="MapleStory Music" />
Expand Down
39 changes: 37 additions & 2 deletions public/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,49 @@
"type": "image/x-icon"
},
{
"src": "android-chrome-192x192.png",
"src": "icon-16.png",
"type": "image/png",
"sizes": "16x16"
},
{
"src": "icon-32.png",
"type": "image/png",
"sizes": "32x32"
},
{
"src": "icon-48.png",
"type": "image/png",
"sizes": "48x48"
},
{
"src": "icon-72.png",
"type": "image/png",
"sizes": "72x72"
},
{
"src": "icon-128.png",
"type": "image/png",
"sizes": "128x128"
},
{
"src": "icon-144.png",
"type": "image/png",
"sizes": "144x144"
},
{
"src": "icon-192.png",
"type": "image/png",
"sizes": "192x192"
},
{
"src": "android-chrome-256x256.png",
"src": "icon-256.png",
"type": "image/png",
"sizes": "256x256"
},
{
"src": "icon-512.png",
"type": "image/png",
"sizes": "512x512"
}
],
"start_url": ".",
Expand Down
Binary file modified public/mstile-150x150.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
76 changes: 0 additions & 76 deletions public/safari-pinned-tab.svg

This file was deleted.

0 comments on commit 4cc62bc

Please sign in to comment.