diff options
Diffstat (limited to 'morsehero/public')
| -rw-r--r-- | morsehero/public/ico/apple-touch-icon.png | bin | 0 -> 1750 bytes | |||
| -rw-r--r-- | morsehero/public/ico/favicon.ico | bin | 0 -> 5238 bytes | |||
| -rw-r--r-- | morsehero/public/ico/icon-192-maskable.png | bin | 0 -> 1632 bytes | |||
| -rw-r--r-- | morsehero/public/ico/icon-192.png | bin | 0 -> 6033 bytes | |||
| -rw-r--r-- | morsehero/public/ico/icon-512-maskable.png | bin | 0 -> 7621 bytes | |||
| -rw-r--r-- | morsehero/public/ico/icon-512.png | bin | 0 -> 20242 bytes | |||
| -rw-r--r-- | morsehero/public/site.webmanifest | 31 |
7 files changed, 31 insertions, 0 deletions
diff --git a/morsehero/public/ico/apple-touch-icon.png b/morsehero/public/ico/apple-touch-icon.png Binary files differnew file mode 100644 index 0000000..abd842d --- /dev/null +++ b/morsehero/public/ico/apple-touch-icon.png diff --git a/morsehero/public/ico/favicon.ico b/morsehero/public/ico/favicon.ico Binary files differnew file mode 100644 index 0000000..cc066f0 --- /dev/null +++ b/morsehero/public/ico/favicon.ico diff --git a/morsehero/public/ico/icon-192-maskable.png b/morsehero/public/ico/icon-192-maskable.png Binary files differnew file mode 100644 index 0000000..856c8c7 --- /dev/null +++ b/morsehero/public/ico/icon-192-maskable.png diff --git a/morsehero/public/ico/icon-192.png b/morsehero/public/ico/icon-192.png Binary files differnew file mode 100644 index 0000000..49d2d39 --- /dev/null +++ b/morsehero/public/ico/icon-192.png diff --git a/morsehero/public/ico/icon-512-maskable.png b/morsehero/public/ico/icon-512-maskable.png Binary files differnew file mode 100644 index 0000000..430213f --- /dev/null +++ b/morsehero/public/ico/icon-512-maskable.png diff --git a/morsehero/public/ico/icon-512.png b/morsehero/public/ico/icon-512.png Binary files differnew file mode 100644 index 0000000..370613d --- /dev/null +++ b/morsehero/public/ico/icon-512.png 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 |
