Skip to content

Commit 87b7bda

Browse files
committed
update favicon
1 parent b881cff commit 87b7bda

7 files changed

+23
-18
lines changed

static/apple-touch-icon.png

5.22 KB
Loading

static/favicon-96x96.png

6.28 KB
Loading

static/favicon.ico

0 Bytes
Binary file not shown.

static/favicon.svg

+3
Loading

static/site.webmanifest

+20-18
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,21 @@
11
{
2-
"name": "",
3-
"short_name": "",
4-
"icons": [
5-
{
6-
"src": "/android-chrome-192x192.png",
7-
"sizes": "192x192",
8-
"type": "image/png"
9-
},
10-
{
11-
"src": "/android-chrome-512x512.png",
12-
"sizes": "512x512",
13-
"type": "image/png"
14-
}
15-
],
16-
"theme_color": "#ffffff",
17-
"background_color": "#ffffff",
18-
"display": "standalone"
19-
}
2+
"name": "RustTalk",
3+
"short_name": "rust_talk",
4+
"icons": [
5+
{
6+
"src": "/web-app-manifest-192x192.png",
7+
"sizes": "192x192",
8+
"type": "image/png",
9+
"purpose": "maskable"
10+
},
11+
{
12+
"src": "/web-app-manifest-512x512.png",
13+
"sizes": "512x512",
14+
"type": "image/png",
15+
"purpose": "maskable"
16+
}
17+
],
18+
"theme_color": "#ffffff",
19+
"background_color": "#ffffff",
20+
"display": "standalone"
21+
}

static/web-app-manifest-192x192.png

14.3 KB
Loading

static/web-app-manifest-512x512.png

45.1 KB
Loading

0 commit comments

Comments
 (0)