diff --git a/src/frontend/public/apple-touch-icon.png b/src/frontend/public/apple-touch-icon.png new file mode 100644 index 0000000..ff88df7 Binary files /dev/null and b/src/frontend/public/apple-touch-icon.png differ diff --git a/src/frontend/public/favicon-96x96.png b/src/frontend/public/favicon-96x96.png new file mode 100644 index 0000000..119bb9d Binary files /dev/null and b/src/frontend/public/favicon-96x96.png differ diff --git a/src/frontend/public/favicon.ico b/src/frontend/public/favicon.ico index 57614f9..8da9201 100644 Binary files a/src/frontend/public/favicon.ico and b/src/frontend/public/favicon.ico differ diff --git a/src/frontend/public/favicon.svg b/src/frontend/public/favicon.svg new file mode 100644 index 0000000..0a70ac7 --- /dev/null +++ b/src/frontend/public/favicon.svg @@ -0,0 +1 @@ +RealFaviconGeneratorhttps://realfavicongenerator.net \ No newline at end of file diff --git a/src/frontend/public/site.webmanifest b/src/frontend/public/site.webmanifest new file mode 100644 index 0000000..5ee6a4b --- /dev/null +++ b/src/frontend/public/site.webmanifest @@ -0,0 +1,23 @@ +{ + "name": "SpootyFe", + "short_name": "SpootyFe", + "description": "Self-hosted Spotify downloader", + "icons": [ + { + "src": "/web-app-manifest-192x192.png", + "sizes": "192x192", + "type": "image/png", + "purpose": "maskable" + }, + { + "src": "/web-app-manifest-512x512.png", + "sizes": "512x512", + "type": "image/png", + "purpose": "maskable" + } + ], + "start_url": "./index.html", + "theme_color": "#1db954", + "background_color": "#14161a", + "display": "standalone" +} diff --git a/src/frontend/public/web-app-manifest-192x192.png b/src/frontend/public/web-app-manifest-192x192.png new file mode 100644 index 0000000..ca2c336 Binary files /dev/null and b/src/frontend/public/web-app-manifest-192x192.png differ diff --git a/src/frontend/public/web-app-manifest-512x512.png b/src/frontend/public/web-app-manifest-512x512.png new file mode 100644 index 0000000..fc8d6bf Binary files /dev/null and b/src/frontend/public/web-app-manifest-512x512.png differ