frontend: update manifest and description

This commit is contained in:
Paul Bienkowski 2021-05-19 19:19:21 +02:00
parent 3bb87989b2
commit 00eece8406
5 changed files with 9 additions and 29 deletions

View file

@ -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",

View file

@ -8,37 +8,14 @@
<meta name="theme-color" content="#000000" />
<meta
name="description"
content="Web site created using create-react-app"
content="Upload the tracks recorded with your OpenBikeSensor device to this portal and participate in the accumulation of Open Data."
/>
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
<!--
manifest.json provides metadata used when your web app is installed on a
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
-->
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
<!--
Notice the use of %PUBLIC_URL% in the tags above.
It will be replaced with the URL of the `public` folder during the build.
Only files inside the `public` folder can be referenced from the HTML.
Unlike "/favicon.ico" or "favicon.ico", "%PUBLIC_URL%/favicon.ico" will
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`.
-->
<title>OpenBikeSensor Portal</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
<!--
This HTML file is a template.
If you open it directly in the browser, you will see an empty page.
You can add webfonts, meta tags, or analytics to this file.
The build step will place the bundled scripts into the <body> tag.
To begin the development, run `npm start` or `yarn start`.
To create a production bundle, use `npm run build` or `yarn build`.
-->
</body>
</html>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.4 KiB

View file

@ -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"
}