diff --git a/public/logo.png b/public/logo.png index 26a4e6f..67cd6ea 100644 Binary files a/public/logo.png and b/public/logo.png differ diff --git a/public/logo_256.png b/public/logo_256.png new file mode 100644 index 0000000..4fc3ae9 Binary files /dev/null and b/public/logo_256.png differ diff --git a/public/manifest.json b/public/manifest.json index 8ba1bb8..c3ef079 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -1,10 +1,15 @@ { - "short_name": "zap_stream", + "short_name": "zap.stream", "name": "zap.stream", "icons": [ { "src": "logo.png", "type": "image/png", + "sizes": "512x512" + }, + { + "src": "logo_256.png", + "type": "image/png", "sizes": "256x256" } ], diff --git a/public/zap-stream.svg b/public/zap-stream.svg index 30f2088..5d1dffc 100644 --- a/public/zap-stream.svg +++ b/public/zap-stream.svg @@ -1,4 +1,4 @@ - - - + + + + \ No newline at end of file diff --git a/src/pages/layout.css b/src/pages/layout.css index ef19459..577a346 100644 --- a/src/pages/layout.css +++ b/src/pages/layout.css @@ -34,7 +34,7 @@ header { } header .logo { - background: url("/logo.png") no-repeat #171717; + background: url("/zap-stream.svg") no-repeat; background-size: cover; border-radius: 16px; width: 48px;