Skip to content

Commit 5fba943

Browse files
authored
Add favicons
1 parent 193c58d commit 5fba943

7 files changed

+24
-0
lines changed

apple-touch-icon.png

5.32 KB
Loading

favicon-48x48.png

860 Bytes
Loading

favicon.ico

14.7 KB
Binary file not shown.

favicon.svg

+3
Loading

site.webmanifest

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"name": "QTR Codes",
3+
"short_name": "QTRCodes",
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": "#4169e1",
19+
"background_color": "#ffffff",
20+
"display": "standalone"
21+
}

web-app-manifest-192x192.png

5.4 KB
Loading

web-app-manifest-512x512.png

22.2 KB
Loading

0 commit comments

Comments
 (0)