hallbarUtvecklingVT7/public/manifest.json
2020-11-20 17:55:12 +01:00

21 lines
400 B
JSON

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