diff --git a/frontend/src/app.html b/frontend/src/app.html index d9e6dd7..e291797 100644 --- a/frontend/src/app.html +++ b/frontend/src/app.html @@ -3,6 +3,27 @@ + + + + + + + diff --git a/frontend/static/android-chrome-192x192.png b/frontend/static/android-chrome-192x192.png new file mode 100644 index 0000000..9ab838d Binary files /dev/null and b/frontend/static/android-chrome-192x192.png differ diff --git a/frontend/static/android-chrome-512x512.png b/frontend/static/android-chrome-512x512.png new file mode 100644 index 0000000..890e6eb Binary files /dev/null and b/frontend/static/android-chrome-512x512.png differ diff --git a/frontend/static/apple-touch-icon.png b/frontend/static/apple-touch-icon.png new file mode 100644 index 0000000..9b9e482 Binary files /dev/null and b/frontend/static/apple-touch-icon.png differ diff --git a/frontend/static/browserconfig.xml b/frontend/static/browserconfig.xml new file mode 100644 index 0000000..b3930d0 --- /dev/null +++ b/frontend/static/browserconfig.xml @@ -0,0 +1,9 @@ + + + + + + #da532c + + + diff --git a/frontend/static/favicon-16x16.png b/frontend/static/favicon-16x16.png new file mode 100644 index 0000000..56fdeca Binary files /dev/null and b/frontend/static/favicon-16x16.png differ diff --git a/frontend/static/favicon-32x32.png b/frontend/static/favicon-32x32.png new file mode 100644 index 0000000..7e36f0b Binary files /dev/null and b/frontend/static/favicon-32x32.png differ diff --git a/frontend/static/favicon.ico b/frontend/static/favicon.ico new file mode 100644 index 0000000..ca215ae Binary files /dev/null and b/frontend/static/favicon.ico differ diff --git a/frontend/static/favicon.png b/frontend/static/favicon.png index 3203c6c..6ee45d1 100644 Binary files a/frontend/static/favicon.png and b/frontend/static/favicon.png differ diff --git a/frontend/static/logo.png b/frontend/static/logo.png index 3203c6c..6ee45d1 100644 Binary files a/frontend/static/logo.png and b/frontend/static/logo.png differ diff --git a/frontend/static/mstile-150x150.png b/frontend/static/mstile-150x150.png new file mode 100644 index 0000000..170cfbe Binary files /dev/null and b/frontend/static/mstile-150x150.png differ diff --git a/frontend/static/safari-pinned-tab.svg b/frontend/static/safari-pinned-tab.svg new file mode 100644 index 0000000..766a32b --- /dev/null +++ b/frontend/static/safari-pinned-tab.svg @@ -0,0 +1,2174 @@ + + + + +Created by potrace 1.14, written by Peter Selinger 2001-2017 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/frontend/static/site.webmanifest b/frontend/static/site.webmanifest new file mode 100644 index 0000000..b20abb7 --- /dev/null +++ b/frontend/static/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" +}