Skip to content

Commit 1f8e430

Browse files
authored
john whatsapp (#34)
1 parent 2fd7da5 commit 1f8e430

File tree

6 files changed

+26
-1
lines changed

6 files changed

+26
-1
lines changed

src/app.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@
22
<html lang="en">
33
<head>
44
<meta charset="utf-8" />
5-
<link rel="icon" href="%sveltekit.assets%/favicon.svg" />
5+
<link rel="icon" type="image/svg+xml" href="%sveltekit.assets%/favicon.svg" />
6+
<link rel="icon" type="image/png" href="%sveltekit.assets%/favicon-96x96.png" sizes="96x96" />
7+
<link rel="shortcut icon" href="%sveltekit.assets%/favicon.ico" />
8+
<link rel="manifest" href="/site.webmanifest" />
9+
<meta name="apple-mobile-web-app-title" content="OSUC" />
610
<meta name="viewport" content="width=device-width" />
711
%sveltekit.head%
812
</head>

static/favicon-96x96.png

4.12 KB
Loading

static/favicon.ico

14.7 KB
Binary file not shown.

static/site.webmanifest

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"name": "Open Source UC",
3+
"short_name": "OSUC",
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+
}
9.26 KB
Loading
31.2 KB
Loading

0 commit comments

Comments
 (0)