wekan/public/manifest.json
Lauri Ojansivu 2969161afb - More whitelabeling.
Thanks to xet7 !
2019-03-21 20:27:21 +02:00

22 lines
430 B
JSON

{
"name": "Kanban",
"short_name": "Kanban",
"description": "The open-source kanban",
"lang": "en-US",
"icons": [
{
"src": "/logo-150.png",
"type": "image/png",
"sizes": "150x150"
},
{
"src": "/logo-150.svg",
"type": "image/svg+xml",
"sizes": "150x150"
}
],
"display": "standalone",
"background_color": "#dedede",
"theme_color": "#dedede",
"start_url": "/"
}