summaryrefslogtreecommitdiff
path: root/site.webmanifest
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2025-03-05 12:21:25 +0100
committerYuval Adam <_@yuv.al>2025-03-05 12:21:25 +0100
commit5bf781f3ac381744fbec035f938d69a201f75fa4 (patch)
tree2ec82a90ce2cd1c279d77bdd6ca83b256ac4856a /site.webmanifest
parentc6612a8b6dde5a5a9776d424ed33f5ca685699c6 (diff)
Replace all impl with vite
Diffstat (limited to 'site.webmanifest')
-rw-r--r--site.webmanifest31
1 files changed, 0 insertions, 31 deletions
diff --git a/site.webmanifest b/site.webmanifest
deleted file mode 100644
index e1e7547..0000000
--- a/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