Skip to content

Commit 0ba1bfc

Browse files
Add favicon
1 parent cc682d8 commit 0ba1bfc

File tree

12 files changed

+44
-0
lines changed

12 files changed

+44
-0
lines changed

docs/resources/.gitkeep

Whitespace-only changes.

docs/resources/images/.gitkeep

Whitespace-only changes.

docs/resources/images/favicon/.gitkeep

Whitespace-only changes.
2.82 KB
Loading
1.41 KB
Loading
14.7 KB
Binary file not shown.
Lines changed: 22 additions & 0 deletions
Loading
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"name": "TCAT Wiki",
3+
"short_name": "TCAT Wiki",
4+
"icons": [
5+
{
6+
"src": "/docs/resources/images/favicon/tcat/web-app-manifest-192x192.png",
7+
"sizes": "192x192",
8+
"type": "image/png",
9+
"purpose": "maskable"
10+
},
11+
{
12+
"src": "/docs/resources/images/favicon/tcat/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+
}
3.16 KB
Loading

0 commit comments

Comments
 (0)