Skip to content

Commit 312b97d

Browse files
committed
Add app icon optimized for macOS.
1 parent 7e2c08e commit 312b97d

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed
8.55 KB
Loading

public/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@
3737
<link rel="stylesheet" href="fonts/styles.css">
3838
<link rel="stylesheet" href="styles.css">
3939
<link rel="stylesheet" href="img/icons/css/styles.css">
40+
<link rel="apple-touch-icon" href="img/audiomotion-icon-rounded.png">
4041
<link rel="icon" type="image/png" sizes="32x32" href="img/favicon32.png">
41-
<link rel="apple-touch-icon" href="img/favicon256.png">
4242
<meta name="msapplication-TileImage" content="img/favicon256.png">
4343
<meta name="description" content="audioMotion | media player and real-time audio spectrum analyzer">
4444
<meta property="og:url" content="https://audiomotion.app">

src/manifest.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44
"description": "audioMotion: media player and real-time audio spectrum analyzer",
55
"display": "standalone",
66
"icons": [
7+
{
8+
"src": "img/audiomotion-icon-rounded.png",
9+
"type": "image/png",
10+
"sizes": "256x256",
11+
"purpose": "maskable"
12+
},
713
{
814
"src": "img/favicon256.png",
915
"type": "image/png",

0 commit comments

Comments
 (0)