mirror of
https://github.com/iptv-org/iptv-org.github.io.git
synced 2025-05-11 01:20:06 -04:00
Create manifest.json
This commit is contained in:
parent
84975497a3
commit
46e2f1b343
3 changed files with 18 additions and 0 deletions
|
@ -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
BIN
static/logo_512.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 111 B |
17
static/manifest.json
Normal file
17
static/manifest.json
Normal 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"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue