diff --git a/public/icon/favicon-96x96.png b/public/icon/favicon-96x96.png new file mode 100644 index 0000000..ffec40e Binary files /dev/null and b/public/icon/favicon-96x96.png differ diff --git a/public/icon/favicon.svg b/public/icon/favicon.svg new file mode 100644 index 0000000..3ea71b6 --- /dev/null +++ b/public/icon/favicon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/icon/site.webmanifest b/public/icon/site.webmanifest new file mode 100644 index 0000000..2e065b9 --- /dev/null +++ b/public/icon/site.webmanifest @@ -0,0 +1,21 @@ +{ + "name": "WOL-Server", + "short_name": "WOL", + "icons": [ + { + "src": "/public/icon/web-app-manifest-192x192.png", + "sizes": "192x192", + "type": "image/png", + "purpose": "maskable" + }, + { + "src": "/public/icon/web-app-manifest-512x512.png", + "sizes": "512x512", + "type": "image/png", + "purpose": "maskable" + } + ], + "theme_color": "#205e8f", + "background_color": "#205e8f", + "display": "standalone" +} \ No newline at end of file diff --git a/public/icon/web-app-manifest-192x192.png b/public/icon/web-app-manifest-192x192.png new file mode 100644 index 0000000..45590cc Binary files /dev/null and b/public/icon/web-app-manifest-192x192.png differ diff --git a/public/icon/web-app-manifest-512x512.png b/public/icon/web-app-manifest-512x512.png new file mode 100644 index 0000000..7c0d21e Binary files /dev/null and b/public/icon/web-app-manifest-512x512.png differ