From 5bf781f3ac381744fbec035f938d69a201f75fa4 Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Wed, 5 Mar 2025 12:21:25 +0100 Subject: Replace all impl with vite --- morsehero/public/ico/apple-touch-icon.png | Bin 1750 -> 0 bytes morsehero/public/ico/favicon.ico | Bin 5238 -> 0 bytes morsehero/public/ico/icon-192-maskable.png | Bin 1632 -> 0 bytes morsehero/public/ico/icon-192.png | Bin 6033 -> 0 bytes morsehero/public/ico/icon-512-maskable.png | Bin 7621 -> 0 bytes morsehero/public/ico/icon-512.png | Bin 20242 -> 0 bytes morsehero/public/site.webmanifest | 31 ----------------------------- morsehero/public/vite.svg | 1 - 8 files changed, 32 deletions(-) delete mode 100644 morsehero/public/ico/apple-touch-icon.png delete mode 100644 morsehero/public/ico/favicon.ico delete mode 100644 morsehero/public/ico/icon-192-maskable.png delete mode 100644 morsehero/public/ico/icon-192.png delete mode 100644 morsehero/public/ico/icon-512-maskable.png delete mode 100644 morsehero/public/ico/icon-512.png delete mode 100644 morsehero/public/site.webmanifest delete mode 100644 morsehero/public/vite.svg (limited to 'morsehero/public') diff --git a/morsehero/public/ico/apple-touch-icon.png b/morsehero/public/ico/apple-touch-icon.png deleted file mode 100644 index abd842d..0000000 Binary files a/morsehero/public/ico/apple-touch-icon.png and /dev/null differ diff --git a/morsehero/public/ico/favicon.ico b/morsehero/public/ico/favicon.ico deleted file mode 100644 index cc066f0..0000000 Binary files a/morsehero/public/ico/favicon.ico and /dev/null differ diff --git a/morsehero/public/ico/icon-192-maskable.png b/morsehero/public/ico/icon-192-maskable.png deleted file mode 100644 index 856c8c7..0000000 Binary files a/morsehero/public/ico/icon-192-maskable.png and /dev/null differ diff --git a/morsehero/public/ico/icon-192.png b/morsehero/public/ico/icon-192.png deleted file mode 100644 index 49d2d39..0000000 Binary files a/morsehero/public/ico/icon-192.png and /dev/null differ diff --git a/morsehero/public/ico/icon-512-maskable.png b/morsehero/public/ico/icon-512-maskable.png deleted file mode 100644 index 430213f..0000000 Binary files a/morsehero/public/ico/icon-512-maskable.png and /dev/null differ diff --git a/morsehero/public/ico/icon-512.png b/morsehero/public/ico/icon-512.png deleted file mode 100644 index 370613d..0000000 Binary files a/morsehero/public/ico/icon-512.png and /dev/null differ diff --git a/morsehero/public/site.webmanifest b/morsehero/public/site.webmanifest deleted file mode 100644 index e1e7547..0000000 --- a/morsehero/public/site.webmanifest +++ /dev/null @@ -1,31 +0,0 @@ -{ - "name": "Morse Hero", - "short_name": "Morse Hero", - "icons": [ - { - "src": "/ico/icon-192.png", - "sizes": "192x192", - "type": "image/png" - }, - { - "src": "/ico/icon-512.png", - "sizes": "512x512", - "type": "image/png" - }, - { - "src": "/ico/icon-192-maskable.png", - "sizes": "192x192", - "type": "image/png", - "purpose": "maskable" - }, - { - "src": "/ico/icon-512-maskable.png", - "sizes": "512x512", - "type": "image/png", - "purpose": "maskable" - } - ], - "theme_color": "#2c3e50", - "background_color": "#2c3e50", - "display": "standalone" -} \ No newline at end of file diff --git a/morsehero/public/vite.svg b/morsehero/public/vite.svg deleted file mode 100644 index e7b8dfb..0000000 --- a/morsehero/public/vite.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file -- cgit v1.3.1