2021-01-19 13:51:36 +00:00
|
|
|
{
|
2021-05-19 17:19:21 +00:00
|
|
|
"short_name": "OBS Portal",
|
2021-02-26 19:09:39 +00:00
|
|
|
"name": "OpenBikeSensor Portal",
|
2021-05-19 17:19:21 +00:00
|
|
|
"description": "Upload the tracks recorded with your OpenBikeSensor device to this portal and participate in the accumulation of Open Data.",
|
2021-01-19 13:51:36 +00:00
|
|
|
"icons": [
|
|
|
|
{
|
|
|
|
"src": "favicon.ico",
|
|
|
|
"sizes": "64x64 32x32 24x24 16x16",
|
|
|
|
"type": "image/x-icon"
|
|
|
|
},
|
|
|
|
{
|
2021-02-26 19:09:39 +00:00
|
|
|
"src": "android-chrome-192x192.png",
|
2021-01-19 13:51:36 +00:00
|
|
|
"type": "image/png",
|
|
|
|
"sizes": "192x192"
|
|
|
|
},
|
|
|
|
{
|
2021-02-26 19:09:39 +00:00
|
|
|
"src": "android-chrome-512x512.png",
|
2021-01-19 13:51:36 +00:00
|
|
|
"type": "image/png",
|
|
|
|
"sizes": "512x512"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"start_url": ".",
|
|
|
|
"display": "standalone",
|
2021-05-19 17:19:21 +00:00
|
|
|
"theme_color": "#114594",
|
|
|
|
"background_color": "#ffffff",
|
|
|
|
"manifest_version": 2,
|
2021-11-21 19:17:20 +00:00
|
|
|
"version": "0.3.0-rc.1"
|
2021-01-19 13:51:36 +00:00
|
|
|
}
|