Skip to content

Commit 5e8d36d

Browse files
authored
Merge branch 'main' into mb-fix-typos
2 parents 365624a + e2ff3a9 commit 5e8d36d

5 files changed

+19
-0
lines changed

static/img/android-chrome-192x192.png

1.86 KB
Loading

static/img/android-chrome-512x512.png

4.39 KB
Loading

static/img/apple-touch-icon.png

1.74 KB
Loading

static/img/favicon-16x16.png

708 Bytes
Loading

static/img/site.webmanifest

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
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": "#BFDED6",
17+
"background_color": "#ffffff",
18+
"display": "standalone"
19+
}

0 commit comments

Comments
 (0)