Skip to content

Commit 9e4fe5f

Browse files
committed
Add favicons that soon are to be removed in the zen theme.
1 parent 0dc190f commit 9e4fe5f

5 files changed

+22
-0
lines changed

static/favicon-96x96.png

1005 Bytes
Loading

static/favicon.svg

+1
Loading

static/site.webmanifest

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"name": "Zen demo",
3+
"short_name": "Zen demo",
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

2.11 KB
Loading

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

5.96 KB
Loading

0 commit comments

Comments
 (0)