Create manifest.json

This commit is contained in:
Arhey 2022-04-08 02:37:03 +03:00
parent 84975497a3
commit 46e2f1b343
3 changed files with 18 additions and 0 deletions

View file

@ -4,6 +4,7 @@
<meta charset="utf-8" />
<link rel="icon" href="%svelte.assets%/favicon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="manifest" crossorigin="use-credentials" href="%svelte.assets%/manifest.json">
%svelte.head%
</head>
<body>

BIN
static/logo_512.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 111 B

17
static/manifest.json Normal file
View file

@ -0,0 +1,17 @@
{
"short_name": "iptv-org",
"name": "iptv-org",
"start_url": "/",
"id": "/",
"icons": [
{
"src": "logo_512.png",
"type": "image/png",
"sizes": "512x512"
}
],
"background_color": "#f8fafc",
"display": "standalone",
"scope": "/",
"theme_color": "#f8fafc"
}