diff options
| author | Yuval Adam <_@yuv.al> | 2025-03-05 09:34:55 +0100 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2025-03-05 09:34:55 +0100 |
| commit | 45f78bd2cb9bbef15fae24d4925da095da8c1e05 (patch) | |
| tree | 11c180de5a5983894dd2012ace3460a8cef0e025 /morsehero/public/site.webmanifest | |
| parent | 0f187f792c264ba3d9e7de62b577fbfea0d86386 (diff) | |
Initial react migration
Diffstat (limited to 'morsehero/public/site.webmanifest')
| -rw-r--r-- | morsehero/public/site.webmanifest | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/morsehero/public/site.webmanifest b/morsehero/public/site.webmanifest new file mode 100644 index 0000000..e1e7547 --- /dev/null +++ b/morsehero/public/site.webmanifest @@ -0,0 +1,31 @@ +{ + "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 |
