oeffisearch/client/manifest.json

22 lines
351 B
JSON
Raw Normal View History

2020-02-07 14:09:42 +01:00
{
"name": "Öffisearch",
"short_name": "Öffisearch",
"start_url": ".",
"icons": [
{
2020-06-12 16:49:54 +02:00
"src": "/favicon-64x64.png",
2020-02-07 14:09:42 +01:00
"sizes": "64x64",
"type": "image/png"
},
{
2020-06-12 16:49:54 +02:00
"src": "/favicon-512x512.png",
2020-02-07 14:09:42 +01:00
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone"
}