diff options
| author | Yuval Adam <_@yuv.al> | 2025-03-03 13:37:03 +0100 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2025-03-03 13:37:03 +0100 |
| commit | 94701020c366189ac43035de7a07c26fe3bb1226 (patch) | |
| tree | b21f5fc952d4018ec0466c6d25b4e638d37af77e /site.webmanifest | |
| parent | fcd2945b7e7b686e60fded0672b06614adf66937 (diff) | |
Add favicons
Diffstat (limited to 'site.webmanifest')
| -rw-r--r-- | site.webmanifest | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/site.webmanifest b/site.webmanifest new file mode 100644 index 0000000..4c92c71 --- /dev/null +++ b/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" +} |
