diff --git a/src/index.html b/src/index.html
index 889021a39..f9dc7aed0 100644
--- a/src/index.html
+++ b/src/index.html
@@ -20,7 +20,46 @@
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/manifest.json b/src/manifest.json
index 0ff87a92e..a438ba9cc 100644
--- a/src/manifest.json
+++ b/src/manifest.json
@@ -3,10 +3,11 @@
"name": "Jellyfin",
"description": "Jellyfin: the Free Software Media System.",
"lang": "en-US",
- "display": "minimal-ui",
- "short_name": "Emby",
+ "short_name": "Jellyfin",
"start_url": "/web/index.html",
"theme_color": "#101010",
+ "background_color": "#101010",
+ "display": "standalone",
"icons": [{
"sizes": "72x72",
"src": "touchicon72.png",
@@ -21,6 +22,11 @@
"sizes": "144x144",
"src": "touchicon144.png",
"type": "image/png"
+ },
+ {
+ "sizes": "512x512",
+ "src": "touchicon512.png",
+ "type": "image/png"
}
],
"related_applications": [{
diff --git a/src/splashscreens/ipad_splash.png b/src/splashscreens/ipad_splash.png
new file mode 100755
index 000000000..0faca927b
Binary files /dev/null and b/src/splashscreens/ipad_splash.png differ
diff --git a/src/splashscreens/ipad_splash_l.png b/src/splashscreens/ipad_splash_l.png
new file mode 100644
index 000000000..3ecf2d5ad
Binary files /dev/null and b/src/splashscreens/ipad_splash_l.png differ
diff --git a/src/splashscreens/ipadpro1_splash.png b/src/splashscreens/ipadpro1_splash.png
new file mode 100755
index 000000000..9e7fdb7f6
Binary files /dev/null and b/src/splashscreens/ipadpro1_splash.png differ
diff --git a/src/splashscreens/ipadpro1_splash_l.png b/src/splashscreens/ipadpro1_splash_l.png
new file mode 100644
index 000000000..cffad337c
Binary files /dev/null and b/src/splashscreens/ipadpro1_splash_l.png differ
diff --git a/src/splashscreens/ipadpro2_splash.png b/src/splashscreens/ipadpro2_splash.png
new file mode 100755
index 000000000..a2e9624c6
Binary files /dev/null and b/src/splashscreens/ipadpro2_splash.png differ
diff --git a/src/splashscreens/ipadpro2_splash_l.png b/src/splashscreens/ipadpro2_splash_l.png
new file mode 100644
index 000000000..588902a2b
Binary files /dev/null and b/src/splashscreens/ipadpro2_splash_l.png differ
diff --git a/src/splashscreens/ipadpro3_splash.png b/src/splashscreens/ipadpro3_splash.png
new file mode 100755
index 000000000..89a04afe0
Binary files /dev/null and b/src/splashscreens/ipadpro3_splash.png differ
diff --git a/src/splashscreens/ipadpro3_splash_l.png b/src/splashscreens/ipadpro3_splash_l.png
new file mode 100644
index 000000000..a0b6c5690
Binary files /dev/null and b/src/splashscreens/ipadpro3_splash_l.png differ
diff --git a/src/splashscreens/iphone5_splash.png b/src/splashscreens/iphone5_splash.png
new file mode 100755
index 000000000..3e073a9e1
Binary files /dev/null and b/src/splashscreens/iphone5_splash.png differ
diff --git a/src/splashscreens/iphone5_splash_l.png b/src/splashscreens/iphone5_splash_l.png
new file mode 100644
index 000000000..28fa8838e
Binary files /dev/null and b/src/splashscreens/iphone5_splash_l.png differ
diff --git a/src/splashscreens/iphone6_splash.png b/src/splashscreens/iphone6_splash.png
new file mode 100755
index 000000000..afe42fa26
Binary files /dev/null and b/src/splashscreens/iphone6_splash.png differ
diff --git a/src/splashscreens/iphone6_splash_l.png b/src/splashscreens/iphone6_splash_l.png
new file mode 100644
index 000000000..c7de58510
Binary files /dev/null and b/src/splashscreens/iphone6_splash_l.png differ
diff --git a/src/splashscreens/iphoneplus_splash.png b/src/splashscreens/iphoneplus_splash.png
new file mode 100755
index 000000000..2cc62163a
Binary files /dev/null and b/src/splashscreens/iphoneplus_splash.png differ
diff --git a/src/splashscreens/iphoneplus_splash_l.png b/src/splashscreens/iphoneplus_splash_l.png
new file mode 100644
index 000000000..c989f2237
Binary files /dev/null and b/src/splashscreens/iphoneplus_splash_l.png differ
diff --git a/src/splashscreens/iphonex_splash.png b/src/splashscreens/iphonex_splash.png
new file mode 100755
index 000000000..2d9698c28
Binary files /dev/null and b/src/splashscreens/iphonex_splash.png differ
diff --git a/src/splashscreens/iphonex_splash_l.png b/src/splashscreens/iphonex_splash_l.png
new file mode 100644
index 000000000..9eb9e037c
Binary files /dev/null and b/src/splashscreens/iphonex_splash_l.png differ
diff --git a/src/splashscreens/iphonexr_splash.png b/src/splashscreens/iphonexr_splash.png
new file mode 100755
index 000000000..0f911eb2e
Binary files /dev/null and b/src/splashscreens/iphonexr_splash.png differ
diff --git a/src/splashscreens/iphonexr_splash_l.png b/src/splashscreens/iphonexr_splash_l.png
new file mode 100644
index 000000000..1522f372a
Binary files /dev/null and b/src/splashscreens/iphonexr_splash_l.png differ
diff --git a/src/splashscreens/iphonexsmax_splash.png b/src/splashscreens/iphonexsmax_splash.png
new file mode 100755
index 000000000..3e9aaf56a
Binary files /dev/null and b/src/splashscreens/iphonexsmax_splash.png differ
diff --git a/src/splashscreens/iphonexsmax_splash_l.png b/src/splashscreens/iphonexsmax_splash_l.png
new file mode 100644
index 000000000..e2961f512
Binary files /dev/null and b/src/splashscreens/iphonexsmax_splash_l.png differ
diff --git a/src/touchicon512.png b/src/touchicon512.png
new file mode 100644
index 000000000..954bc2500
Binary files /dev/null and b/src/touchicon512.png differ