diff --git a/frontend/package.json b/frontend/package.json index 0c6f459..40b555c 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { - "name": "react-frontend", - "version": "0.1.0", + "name": "openbikesensor-portal-frontend", + "version": "0.2.0-pre", "private": true, "dependencies": { "@testing-library/jest-dom": "^5.12.0", diff --git a/frontend/public/index.html b/frontend/public/index.html index f13871a..5eb5a6d 100644 --- a/frontend/public/index.html +++ b/frontend/public/index.html @@ -8,37 +8,14 @@ - - OpenBikeSensor Portal
- diff --git a/frontend/public/logo192.png b/frontend/public/logo192.png deleted file mode 100644 index fc44b0a..0000000 Binary files a/frontend/public/logo192.png and /dev/null differ diff --git a/frontend/public/logo512.png b/frontend/public/logo512.png deleted file mode 100644 index a4e47a6..0000000 Binary files a/frontend/public/logo512.png and /dev/null differ diff --git a/frontend/public/manifest.json b/frontend/public/manifest.json index af08825..f970509 100644 --- a/frontend/public/manifest.json +++ b/frontend/public/manifest.json @@ -1,6 +1,7 @@ { - "short_name": "OpenBikeSensor", + "short_name": "OBS Portal", "name": "OpenBikeSensor Portal", + "description": "Upload the tracks recorded with your OpenBikeSensor device to this portal and participate in the accumulation of Open Data.", "icons": [ { "src": "favicon.ico", @@ -20,6 +21,8 @@ ], "start_url": ".", "display": "standalone", - "theme_color": "#000000", - "background_color": "#ffffff" + "theme_color": "#114594", + "background_color": "#ffffff", + "manifest_version": 2, + "version": "0.2.0-pre" }