mirror of
https://github.com/wekan/wekan.git
synced 2025-04-22 04:57:07 -04:00
22 lines
442 B
JSON
22 lines
442 B
JSON
{
|
|
"name": "Wekan",
|
|
"short_name": "Wekan",
|
|
"description": "The open-source Trello-like kanban",
|
|
"lang": "en-US",
|
|
"icons": [
|
|
{
|
|
"src": "/wekan-150.png",
|
|
"type": "image/png",
|
|
"sizes": "150x150"
|
|
},
|
|
{
|
|
"src": "/wekan-150.svg",
|
|
"type": "image/svg+xml",
|
|
"sizes": "150x150"
|
|
}
|
|
],
|
|
"display": "standalone",
|
|
"background_color": "#dedede",
|
|
"theme_color": "#dedede",
|
|
"start_url": "/"
|
|
}
|