diff --git a/frontend/public/android-chrome-192x192.png b/frontend/public/android-chrome-192x192.png new file mode 100644 index 0000000..1b2e756 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 0000000..948fcd2 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 0000000..e1ddd36 Binary files /dev/null and b/frontend/public/apple-touch-icon.png differ diff --git a/frontend/public/favicon.ico b/frontend/public/favicon.ico index a11777c..3a0d489 100644 Binary files a/frontend/public/favicon.ico and b/frontend/public/favicon.ico differ diff --git a/frontend/public/favicon.svg b/frontend/public/favicon.svg new file mode 100644 index 0000000..acbbe3c --- /dev/null +++ b/frontend/public/favicon.svg @@ -0,0 +1,183 @@ + + + ObenBikeSensor Logo + + + + + + image/svg+xml + + ObenBikeSensor Logo + https://www.openbikesensor.org/ + + + The font is made available under the SIL Open Font v1.1 license. +The metainfo for packaging is made available under CC-BY-SA 4.0 license. + +Copyright © 2017 Datto Inc. https://www.datto.com/fonts/d-din/ + + + 05.01.2021 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/frontend/public/index.html b/frontend/public/index.html index aa069f2..ff0f5f9 100644 --- a/frontend/public/index.html +++ b/frontend/public/index.html @@ -24,7 +24,7 @@ work correctly both with client-side routing and a non-root public URL. Learn how to configure a non-root public URL by running `npm run build`. --> - React App + OpenBikeSensor Portal diff --git a/frontend/public/manifest.json b/frontend/public/manifest.json index 080d6c7..af08825 100644 --- a/frontend/public/manifest.json +++ b/frontend/public/manifest.json @@ -1,6 +1,6 @@ { - "short_name": "React App", - "name": "Create React App Sample", + "short_name": "OpenBikeSensor", + "name": "OpenBikeSensor Portal", "icons": [ { "src": "favicon.ico", @@ -8,12 +8,12 @@ "type": "image/x-icon" }, { - "src": "logo192.png", + "src": "android-chrome-192x192.png", "type": "image/png", "sizes": "192x192" }, { - "src": "logo512.png", + "src": "android-chrome-512x512.png", "type": "image/png", "sizes": "512x512" }