diff --git a/stream/Dockerfile b/stream/Dockerfile index c18cd9f..af8f79a 100644 --- a/stream/Dockerfile +++ b/stream/Dockerfile @@ -3,5 +3,11 @@ FROM savonet/liquidsoap:v2.4.5 COPY radio.liq /etc/liquidsoap/radio.liq COPY index.html /etc/liquidsoap/index.html COPY favicon.svg /etc/liquidsoap/favicon.svg +COPY manifest.webmanifest /etc/liquidsoap/manifest.webmanifest +COPY sw.js /etc/liquidsoap/sw.js +COPY icon-192.png /etc/liquidsoap/icon-192.png +COPY icon-512.png /etc/liquidsoap/icon-512.png +COPY icon-maskable-512.png /etc/liquidsoap/icon-maskable-512.png +COPY apple-touch-icon.png /etc/liquidsoap/apple-touch-icon.png CMD ["/etc/liquidsoap/radio.liq"] diff --git a/stream/apple-touch-icon.png b/stream/apple-touch-icon.png new file mode 100644 index 0000000..b4bec2b Binary files /dev/null and b/stream/apple-touch-icon.png differ diff --git a/stream/icon-192.png b/stream/icon-192.png new file mode 100644 index 0000000..78fd944 Binary files /dev/null and b/stream/icon-192.png differ diff --git a/stream/icon-512.png b/stream/icon-512.png new file mode 100644 index 0000000..73eea87 Binary files /dev/null and b/stream/icon-512.png differ diff --git a/stream/icon-maskable-512.png b/stream/icon-maskable-512.png new file mode 100644 index 0000000..e761ed0 Binary files /dev/null and b/stream/icon-maskable-512.png differ diff --git a/stream/icon-maskable.svg b/stream/icon-maskable.svg new file mode 100644 index 0000000..bff4143 --- /dev/null +++ b/stream/icon-maskable.svg @@ -0,0 +1,49 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/stream/index.html b/stream/index.html index 390524e..351cf3f 100644 --- a/stream/index.html +++ b/stream/index.html @@ -5,6 +5,17 @@ + + + + + + + +