diff --git a/client/SEAWebClient.html b/client/SEAWebClient.html index 42e9e13..13792c6 100644 --- a/client/SEAWebClient.html +++ b/client/SEAWebClient.html @@ -2,8 +2,12 @@
- - + + + + + + diff --git a/client/android-chrome-192x192.png b/client/android-chrome-192x192.png new file mode 100644 index 0000000..815865b Binary files /dev/null and b/client/android-chrome-192x192.png differ diff --git a/client/android-chrome-512x512.png b/client/android-chrome-512x512.png new file mode 100644 index 0000000..1c6bc42 Binary files /dev/null and b/client/android-chrome-512x512.png differ diff --git a/client/apple-touch-icon.png b/client/apple-touch-icon.png new file mode 100644 index 0000000..90dd7a8 Binary files /dev/null and b/client/apple-touch-icon.png differ diff --git a/client/favicon-16x16.png b/client/favicon-16x16.png new file mode 100644 index 0000000..81ab04a Binary files /dev/null and b/client/favicon-16x16.png differ diff --git a/client/favicon-32x32.png b/client/favicon-32x32.png new file mode 100644 index 0000000..e86095a Binary files /dev/null and b/client/favicon-32x32.png differ diff --git a/client/favicon.ico b/client/favicon.ico index f7a5179..df60799 100644 Binary files a/client/favicon.ico and b/client/favicon.ico differ diff --git a/client/favicon192.png b/client/favicon192.png deleted file mode 100644 index f278dd9..0000000 Binary files a/client/favicon192.png and /dev/null differ diff --git a/client/site.webmanifest b/client/site.webmanifest new file mode 100644 index 0000000..45dc8a2 --- /dev/null +++ b/client/site.webmanifest @@ -0,0 +1 @@ +{"name":"","short_name":"","icons":[{"src":"/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"theme_color":"#ffffff","background_color":"#ffffff","display":"standalone"} \ No newline at end of file