diff --git a/src/app.html b/src/app.html index 1c99bbfe2..6274c4b92 100644 --- a/src/app.html +++ b/src/app.html @@ -4,6 +4,7 @@ + %svelte.head%
diff --git a/static/logo_512.png b/static/logo_512.png new file mode 100644 index 000000000..62953509c Binary files /dev/null and b/static/logo_512.png differ diff --git a/static/manifest.json b/static/manifest.json new file mode 100644 index 000000000..a32fc2160 --- /dev/null +++ b/static/manifest.json @@ -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" +} \ No newline at end of file