diff --git a/website/public/android-chrome-192x192.png b/website/public/android-chrome-192x192.png new file mode 100644 index 0000000..03cbbb6 Binary files /dev/null and b/website/public/android-chrome-192x192.png differ diff --git a/website/public/android-chrome-512x512.png b/website/public/android-chrome-512x512.png new file mode 100644 index 0000000..19aec20 Binary files /dev/null and b/website/public/android-chrome-512x512.png differ diff --git a/website/public/apple-touch-icon-precomposed.png b/website/public/apple-touch-icon-precomposed.png new file mode 100644 index 0000000..72e51cc Binary files /dev/null and b/website/public/apple-touch-icon-precomposed.png differ diff --git a/website/public/apple-touch-icon.png b/website/public/apple-touch-icon.png new file mode 100644 index 0000000..72e51cc Binary files /dev/null and b/website/public/apple-touch-icon.png differ diff --git a/website/public/browserconfig.xml b/website/public/browserconfig.xml new file mode 100644 index 0000000..b3930d0 --- /dev/null +++ b/website/public/browserconfig.xml @@ -0,0 +1,9 @@ + + + + + + #da532c + + + diff --git a/website/public/favicon-16x16.png b/website/public/favicon-16x16.png new file mode 100644 index 0000000..3b1cbde Binary files /dev/null and b/website/public/favicon-16x16.png differ diff --git a/website/public/favicon-32x32.png b/website/public/favicon-32x32.png new file mode 100644 index 0000000..685de93 Binary files /dev/null and b/website/public/favicon-32x32.png differ diff --git a/website/public/favicon.ico b/website/public/favicon.ico index d881a76..2f18593 100644 Binary files a/website/public/favicon.ico and b/website/public/favicon.ico differ diff --git a/website/public/mstile-150x150.png b/website/public/mstile-150x150.png new file mode 100644 index 0000000..54d65cd Binary files /dev/null and b/website/public/mstile-150x150.png differ diff --git a/website/public/safari-pinned-tab.svg b/website/public/safari-pinned-tab.svg new file mode 100644 index 0000000..f112af3 --- /dev/null +++ b/website/public/safari-pinned-tab.svg @@ -0,0 +1,93 @@ + + + + +Created by potrace 1.14, written by Peter Selinger 2001-2017 + + + + + diff --git a/website/public/site.webmanifest b/website/public/site.webmanifest new file mode 100644 index 0000000..b20abb7 --- /dev/null +++ b/website/public/site.webmanifest @@ -0,0 +1,19 @@ +{ + "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" +}