Skip to content

Commit

Permalink
deploy: 7a46d52
Browse files Browse the repository at this point in the history
  • Loading branch information
davay42 committed Nov 5, 2024
1 parent a509d9d commit d0ebb6e
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 0 deletions.
Binary file added icon-m.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 icon-s.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
<meta name="mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<meta name="apple-mobile-web-app-title" content="Spectrogram">
<link rel="apple-touch-icon" href="./icon.png" sizes="any">

<link rel="manifest" href="./manifest.json">

Expand Down
10 changes: 10 additions & 0 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,16 @@
"sizes": "512x512",
"type": "image/png",
"purpose": "any"
},
{
"src": "./icon-m.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "./icon-s.png",
"sizes": "48x48",
"type": "image/png"
}
],
"screenshots": [
Expand Down

0 comments on commit d0ebb6e

Please sign in to comment.