diff --git a/frontend/public/README.md b/frontend/public/README.md new file mode 100644 index 00000000..cafacad7 --- /dev/null +++ b/frontend/public/README.md @@ -0,0 +1,20 @@ +# Your Favicon Package + +This package was generated with [RealFaviconGenerator](https://realfavicongenerator.net/) [v0.16](https://realfavicongenerator.net/change_log#v0.16) + +## Install instructions + +To install this package: + +Extract this package in the root of your web site. If your site is http://www.example.com, you should be able to access a file named http://www.example.com/favicon.ico. + +Insert the following code in the `head` section of your pages: + + + + + + + + +*Optional* - Check your favicon with the [favicon checker](https://realfavicongenerator.net/favicon_checker) \ No newline at end of file diff --git a/frontend/public/android-chrome-192x192.png b/frontend/public/android-chrome-192x192.png new file mode 100644 index 00000000..6e675ffc Binary files /dev/null and b/frontend/public/android-chrome-192x192.png differ diff --git a/frontend/public/android-chrome-512x512.png b/frontend/public/android-chrome-512x512.png new file mode 100644 index 00000000..21686919 Binary files /dev/null and b/frontend/public/android-chrome-512x512.png differ diff --git a/frontend/public/apple-touch-icon.png b/frontend/public/apple-touch-icon.png new file mode 100644 index 00000000..c8ddb144 Binary files /dev/null and b/frontend/public/apple-touch-icon.png differ diff --git a/frontend/public/browserconfig.xml b/frontend/public/browserconfig.xml new file mode 100644 index 00000000..b3930d0f --- /dev/null +++ b/frontend/public/browserconfig.xml @@ -0,0 +1,9 @@ + + + + + + #da532c + + + diff --git a/frontend/public/favicon-16x16.png b/frontend/public/favicon-16x16.png new file mode 100644 index 00000000..e55f3246 Binary files /dev/null and b/frontend/public/favicon-16x16.png differ diff --git a/frontend/public/favicon-32x32.png b/frontend/public/favicon-32x32.png new file mode 100644 index 00000000..54fce95c Binary files /dev/null and b/frontend/public/favicon-32x32.png differ diff --git a/frontend/public/favicon.ico b/frontend/public/favicon.ico new file mode 100644 index 00000000..dca79ec3 Binary files /dev/null and b/frontend/public/favicon.ico differ diff --git a/frontend/public/html_code.html b/frontend/public/html_code.html new file mode 100644 index 00000000..a3ae2361 --- /dev/null +++ b/frontend/public/html_code.html @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/frontend/public/mstile-144x144.png b/frontend/public/mstile-144x144.png new file mode 100644 index 00000000..867e0257 Binary files /dev/null and b/frontend/public/mstile-144x144.png differ diff --git a/frontend/public/mstile-150x150.png b/frontend/public/mstile-150x150.png new file mode 100644 index 00000000..2c03729a Binary files /dev/null and b/frontend/public/mstile-150x150.png differ diff --git a/frontend/public/mstile-310x150.png b/frontend/public/mstile-310x150.png new file mode 100644 index 00000000..e30909de Binary files /dev/null and b/frontend/public/mstile-310x150.png differ diff --git a/frontend/public/mstile-310x310.png b/frontend/public/mstile-310x310.png new file mode 100644 index 00000000..5da3bb8c Binary files /dev/null and b/frontend/public/mstile-310x310.png differ diff --git a/frontend/public/mstile-70x70.png b/frontend/public/mstile-70x70.png new file mode 100644 index 00000000..c25f9cc9 Binary files /dev/null and b/frontend/public/mstile-70x70.png differ diff --git a/frontend/public/site.webmanifest b/frontend/public/site.webmanifest new file mode 100644 index 00000000..15d74f37 --- /dev/null +++ b/frontend/public/site.webmanifest @@ -0,0 +1,19 @@ +{ + "name": "Urdr timelogging", + "short_name": "Urdr", + "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" +} diff --git a/frontend/src/template.hbs b/frontend/src/template.hbs index 9ef0dc68..50ca066b 100644 --- a/frontend/src/template.hbs +++ b/frontend/src/template.hbs @@ -4,6 +4,12 @@ + + + + + + Urdr timelogging