Skip to content

Commit 05713d4

Browse files
authored
Add files via upload
1 parent 2175e9b commit 05713d4

10 files changed

Lines changed: 60 additions & 0 deletions
12.1 KB
Loading
17.6 KB
Loading
11.1 KB
Loading

assets/favicon/browserconfig.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<browserconfig>
3+
<msapplication>
4+
<tile>
5+
<square150x150logo src="/mstile-150x150.png"/>
6+
<TileColor>#da532c</TileColor>
7+
</tile>
8+
</msapplication>
9+
</browserconfig>

assets/favicon/favicon-16x16.png

1008 Bytes
Loading

assets/favicon/favicon-32x32.png

1.67 KB
Loading

assets/favicon/favicon.ico

14.7 KB
Binary file not shown.

assets/favicon/mstile-150x150.png

7.33 KB
Loading
Lines changed: 32 additions & 0 deletions
Loading

assets/favicon/site.webmanifest

Lines changed: 19 additions & 0 deletions
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-256x256.png",
12+
"sizes": "256x256",
13+
"type": "image/png"
14+
}
15+
],
16+
"theme_color": "#ffffff",
17+
"background_color": "#ffffff",
18+
"display": "standalone"
19+
}

0 commit comments

Comments
 (0)