hallbarUtvecklingVT7/public/manifest.json

21 lines
400 B
JSON
Raw Permalink Normal View History

2020-11-16 17:46:12 +01:00
{
2020-11-20 16:18:48 +01:00
"short_name": "Västtrafik",
"name": "Störningar i kollektivtrafiken",
2020-11-16 17:46:12 +01:00
"icons": [
{
2020-11-20 16:18:48 +01:00
"src": "favicon.ico",
"sizes": "64x64 32x32 24x24 16x16",
"type": "image/x-icon"
2020-11-16 17:46:12 +01:00
},
{
2020-11-20 16:18:48 +01:00
"src": "logo.png",
2020-11-16 17:46:12 +01:00
"type": "image/png",
2020-11-20 16:18:48 +01:00
"sizes": "135x135"
2020-11-16 17:46:12 +01:00
}
],
"start_url": ".",
2020-11-20 16:18:48 +01:00
"display": "fullscreen",
"theme_color": "#01aaeb",
"background_color": "#f0f8fa"
2020-11-16 17:46:12 +01:00
}