Skip to content

Commit 290da92

Browse files
committed
add icons
1 parent 94dfd38 commit 290da92

File tree

6 files changed

+12
-7
lines changed

6 files changed

+12
-7
lines changed

index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
<meta name="theme-color" content="#000000">
1010
<link rel="manifest" href="/manifest.json" />
1111
<link rel="apple-touch-icon" href="/black-square.svg">
12+
<link rel="apple-touch-icon" sizes="512x512" href="/icon-512.png">
13+
<link rel="apple-touch-icon" sizes="180x180" href="/icon-180.png">
1214
<title>Aside</title>
1315
</head>
1416

public/180.png

582 Bytes
Loading

public/512.png

2.13 KB
Loading

public/manifest.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,16 @@
66
"src": "black-square.svg",
77
"type": "image/svg+xml",
88
"sizes": "512x512"
9+
},
10+
{
11+
"src": "icon-180.png",
12+
"sizes": "180x180",
13+
"type": "image/png"
14+
},
15+
{
16+
"src": "icon-512.png",
17+
"sizes": "512x512",
18+
"type": "image/png"
919
}
1020
],
1121
"start_url": ".",

public/tauri.svg

Lines changed: 0 additions & 6 deletions
This file was deleted.

public/vite.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)