wekan/public/wekan-manifest.json
Lauri Ojansivu 08c8ebc100 - Fix typos.
- Fix Outgoing Webhook message about created new swimlane.

Related #1969
2019-03-25 16:59:12 +02:00

22 lines
440 B
JSON

{
"name": "Wekan",
"short_name": "Wekan",
"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": "/"
}