diff --git a/frontend/src/app.html b/frontend/src/app.html index 344c77b..0e6ef01 100644 --- a/frontend/src/app.html +++ b/frontend/src/app.html @@ -3,10 +3,10 @@ + %sveltekit.head% -
%sveltekit.body%
diff --git a/frontend/static/android-chrome-192x192.png b/frontend/static/android-chrome-192x192.png new file mode 100644 index 0000000..ddc7955 Binary files /dev/null and b/frontend/static/android-chrome-192x192.png differ diff --git a/frontend/static/android-chrome-512x512.png b/frontend/static/android-chrome-512x512.png new file mode 100644 index 0000000..71ec4aa Binary files /dev/null and b/frontend/static/android-chrome-512x512.png differ diff --git a/frontend/static/apple-touch-icon.png b/frontend/static/apple-touch-icon.png new file mode 100644 index 0000000..a60445a Binary files /dev/null and b/frontend/static/apple-touch-icon.png differ diff --git a/frontend/static/favicon-16x16.png b/frontend/static/favicon-16x16.png new file mode 100644 index 0000000..6bb39f3 Binary files /dev/null and b/frontend/static/favicon-16x16.png differ diff --git a/frontend/static/favicon-32x32.png b/frontend/static/favicon-32x32.png new file mode 100644 index 0000000..7d938c2 Binary files /dev/null and b/frontend/static/favicon-32x32.png differ diff --git a/frontend/static/manifest.json b/frontend/static/manifest.json index f042a95..8a414d3 100644 --- a/frontend/static/manifest.json +++ b/frontend/static/manifest.json @@ -1,21 +1,21 @@ { - "name": "Chillbox Music Player", - "short_name": "Chillbox", - "start_url": "/", - "display": "standalone", - "background_color": "#334155", - "theme_color": "#334155", - "orientation": "portrait-primary", - "icons": [ - { - "src": "/icon-512.png", - "sizes": "512x512", - "type": "image/png" - }, - { - "src": "/icon-192.png", - "sizes": "192x192", - "type": "image/png" - } - ] + "name": "Chillbox Music Player", + "short_name": "Chillbox", + "start_url": "/", + "display": "standalone", + "background_color": "#334155", + "theme_color": "#334155", + "orientation": "portrait-primary", + "icons": [ + { + "src": "/android-chrome-512x512.png", + "sizes": "512x512", + "type": "image/png" + }, + { + "src": "/android-chrome-192x192.png", + "sizes": "192x192", + "type": "image/png" + } + ] }