diff --git a/public/browserconfig.xml b/public/browserconfig.xml new file mode 100755 index 0000000..b3930d0 --- /dev/null +++ b/public/browserconfig.xml @@ -0,0 +1,9 @@ + + + + + + #da532c + + + diff --git a/public/ico/android-chrome-192x192.png b/public/ico/android-chrome-192x192.png new file mode 100755 index 0000000..57eb865 Binary files /dev/null and b/public/ico/android-chrome-192x192.png differ diff --git a/public/ico/apple-touch-icon.png b/public/ico/apple-touch-icon.png new file mode 100755 index 0000000..7dc3a79 Binary files /dev/null and b/public/ico/apple-touch-icon.png differ diff --git a/public/ico/favicon-16x16.png b/public/ico/favicon-16x16.png new file mode 100755 index 0000000..66ff3d5 Binary files /dev/null and b/public/ico/favicon-16x16.png differ diff --git a/public/ico/favicon-32x32.png b/public/ico/favicon-32x32.png new file mode 100755 index 0000000..0e0764c Binary files /dev/null and b/public/ico/favicon-32x32.png differ diff --git a/public/ico/favicon.ico b/public/ico/favicon.ico new file mode 100755 index 0000000..cc8ca78 Binary files /dev/null and b/public/ico/favicon.ico differ diff --git a/public/ico/mstile-150x150.png b/public/ico/mstile-150x150.png new file mode 100755 index 0000000..7131a1e Binary files /dev/null and b/public/ico/mstile-150x150.png differ diff --git a/public/ico/safari-pinned-tab.svg b/public/ico/safari-pinned-tab.svg new file mode 100755 index 0000000..919a86b --- /dev/null +++ b/public/ico/safari-pinned-tab.svg @@ -0,0 +1,23 @@ + + + + +Created by potrace 1.14, written by Peter Selinger 2001-2017 + + + + + + diff --git a/public/site.webmanifest b/public/site.webmanifest new file mode 100755 index 0000000..29f32eb --- /dev/null +++ b/public/site.webmanifest @@ -0,0 +1,14 @@ +{ + "name": "Klääs WebApp", + "short_name": "Klääs", + "icons": [ + { + "src": "/android-chrome-192x192.png", + "sizes": "192x192", + "type": "image/png" + } + ], + "theme_color": "#ffffff", + "background_color": "#ffffff", + "display": "standalone" +}