wekan/public/wekan-manifest.json

23 lines
440 B
JSON
Raw Normal View History

{
"name": "Wekan",
"short_name": "Wekan",
2019-03-21 20:27:21 +02:00
"description": "The open-source kanban",
"lang": "en-US",
"icons": [
{
"src": "/wekan-logo-150.png",
"type": "image/png",
"sizes": "150x150"
},
{
"src": "/wekan-logo-150.svg",
"type": "image/svg+xml",
"sizes": "150x150"
}
],
"display": "standalone",
"background_color": "#dedede",
"theme_color": "#dedede",
"start_url": "/"
}