diff --git a/index.html b/index.html index 3e25e38..fb0fe71 100644 --- a/index.html +++ b/index.html @@ -2,11 +2,29 @@ - + - Jellystat + + + + + + + JellyStat +
diff --git a/public/favicon.ico b/public/favicon.ico new file mode 100644 index 0000000..b93b3f7 Binary files /dev/null and b/public/favicon.ico differ diff --git a/public/icon-b-192.png b/public/icon-b-192.png new file mode 100644 index 0000000..6c72679 Binary files /dev/null and b/public/icon-b-192.png differ diff --git a/public/icon-b-512.png b/public/icon-b-512.png new file mode 100644 index 0000000..d6857ed Binary files /dev/null and b/public/icon-b-512.png differ diff --git a/public/manifest.json b/public/manifest.json new file mode 100644 index 0000000..dc006c0 --- /dev/null +++ b/public/manifest.json @@ -0,0 +1,25 @@ +{ + "short_name": "JellyStat", + "name": "Statistics for Jellyfin", + "icons": [ + { + "src": "favicon.ico", + "sizes": "64x64 32x32 24x24 16x16", + "type": "image/x-icon" + }, + { + "src": "icon-b-192.png", + "type": "image/png", + "sizes": "192x192" + }, + { + "src": "icon-b-512.png", + "type": "image/png", + "sizes": "512x512" + } + ], + "start_url": ".", + "display": "standalone", + "theme_color": "#000000", + "background_color": "#ffffff" +} diff --git a/public/vite.svg b/public/vite.svg deleted file mode 100644 index e7b8dfb..0000000 --- a/public/vite.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file