diff --git a/client/public/android-chrome-192x192.png b/client/public/android-chrome-192x192.png new file mode 100644 index 0000000..d05f0cd Binary files /dev/null and b/client/public/android-chrome-192x192.png differ diff --git a/client/public/apple-touch-icon.png b/client/public/apple-touch-icon.png new file mode 100644 index 0000000..4c65ccf Binary files /dev/null and b/client/public/apple-touch-icon.png differ diff --git a/client/public/browserconfig.xml b/client/public/browserconfig.xml new file mode 100644 index 0000000..b3930d0 --- /dev/null +++ b/client/public/browserconfig.xml @@ -0,0 +1,9 @@ + + + + + + #da532c + + + diff --git a/client/public/favicon-16x16.png b/client/public/favicon-16x16.png new file mode 100644 index 0000000..abd01da Binary files /dev/null and b/client/public/favicon-16x16.png differ diff --git a/client/public/favicon-32x32.png b/client/public/favicon-32x32.png new file mode 100644 index 0000000..7f78fc6 Binary files /dev/null and b/client/public/favicon-32x32.png differ diff --git a/client/public/favicon.ico b/client/public/favicon.ico new file mode 100644 index 0000000..3ab8f9e Binary files /dev/null and b/client/public/favicon.ico differ diff --git a/client/public/mstile-150x150.png b/client/public/mstile-150x150.png new file mode 100644 index 0000000..2be41c8 Binary files /dev/null and b/client/public/mstile-150x150.png differ diff --git a/client/public/safari-pinned-tab.svg b/client/public/safari-pinned-tab.svg new file mode 100644 index 0000000..aeb4c00 --- /dev/null +++ b/client/public/safari-pinned-tab.svg @@ -0,0 +1,45 @@ + + + + +Created by potrace 1.14, written by Peter Selinger 2001-2017 + + + + + diff --git a/client/public/site.webmanifest b/client/public/site.webmanifest new file mode 100644 index 0000000..0e0e858 --- /dev/null +++ b/client/public/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" +} diff --git a/client/public/splashscreen.html b/client/public/splashscreen.html index 3bd503b..98d6bbc 100644 --- a/client/public/splashscreen.html +++ b/client/public/splashscreen.html @@ -4,17 +4,17 @@ Jankboard 2 - - diff --git a/splash-screen/src/App.svelte b/splash-screen/src/App.svelte index b33cec9..679f1d4 100644 --- a/splash-screen/src/App.svelte +++ b/splash-screen/src/App.svelte @@ -2,4 +2,14 @@ import Loading from './lib/Loading.svelte' + + + + + + + + + +