oeffisearch/client/manifest.json
2020-06-12 14:49:54 +00:00

22 lines
351 B
JSON
Executable file

{
"name": "Öffisearch",
"short_name": "Öffisearch",
"start_url": ".",
"icons": [
{
"src": "/favicon-64x64.png",
"sizes": "64x64",
"type": "image/png"
},
{
"src": "/favicon-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone"
}