The Open Source kanban (built with Meteor). Keep variable/table/field names camelCase. For translations, only add Pull Request changes to wekan/i18n/en.i18n.json , other translations are done at https://transifex.com/wekan/wekan only.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
wekan/public/svg-etc/manifest.json

41 lines
823 B

{
"name": "Wekan",
"short_name": "Wekan",
"description": "Open-Source kanban",
"icons": [
{
"src": "wekan-logo-150.png",
"sizes": "150x150",
"type": "image/png"
},
{
"src": "wekan-logo-150.svg",
"sizes": "150x150",
"type": "image/svg+xml"
},
{
"src": "wekan-logo-256.png",
"sizes": "256x256",
"type": "image/png"
},
{
"src": "wekan-logo-256.svg",
"sizes": "256x256",
"type": "image/svg+xml"
},
{
"src": "wekan-logo-512.png",
"sizes": "512x512",
"type": "image/png"
},
{
"src": "wekan-logo-512.svg",
"sizes": "512x512",
"type": "image/svg+xml"
}
],
"display": "fullscreen",
"background_color": "#dedede",
"theme_color": "#dedede",
"start_url": "/"
}