diff --git a/web/android-chrome-192x192.png b/web/android-chrome-192x192.png new file mode 100644 index 00000000..2473df5c Binary files /dev/null and b/web/android-chrome-192x192.png differ diff --git a/web/apple-touch-icon.png b/web/apple-touch-icon.png index 0efe6ece..207dc65e 100644 Binary files a/web/apple-touch-icon.png and b/web/apple-touch-icon.png differ diff --git a/web/browserconfig.xml b/web/browserconfig.xml new file mode 100644 index 00000000..fcb73892 --- /dev/null +++ b/web/browserconfig.xml @@ -0,0 +1,9 @@ + + + + + + #2b5797 + + + diff --git a/web/favicon-16x16.png b/web/favicon-16x16.png index 35b105ee..adc66e3e 100644 Binary files a/web/favicon-16x16.png and b/web/favicon-16x16.png differ diff --git a/web/favicon-32x32.png b/web/favicon-32x32.png index 1575a4df..5fec1005 100644 Binary files a/web/favicon-32x32.png and b/web/favicon-32x32.png differ diff --git a/web/index.html b/web/index.html index 16d6d97e..d6cf0550 100644 --- a/web/index.html +++ b/web/index.html @@ -7,7 +7,10 @@ + + + diff --git a/web/mstile-150x150.png b/web/mstile-150x150.png new file mode 100644 index 00000000..353ef691 Binary files /dev/null and b/web/mstile-150x150.png differ diff --git a/web/site.webmanifest b/web/site.webmanifest new file mode 100644 index 00000000..409a6c2e --- /dev/null +++ b/web/site.webmanifest @@ -0,0 +1,14 @@ +{ + "name": "", + "short_name": "", + "icons": [ + { + "src": "/android-chrome-192x192.png", + "sizes": "192x192", + "type": "image/png" + } + ], + "theme_color": "#ffffff", + "background_color": "#ffffff", + "display": "standalone" +}