godoos/frontend/public/kanban/manifest.json
2024-07-22 17:44:55 +08:00

25 lines
472 B
JSON

{
"short_name": "Personal Kanban",
"name": "Personal Kanban",
"icons": [
{
"src": "favicon.ico",
"sizes": "32x32",
"type": "image/x-icon"
},
{
"src": "logo192.png",
"type": "image/png",
"sizes": "192x192"
},
{
"src": "logo512.png",
"type": "image/png",
"sizes": "512x512"
}
],
"start_url": ".",
"display": "standalone",
"theme_color": "#795548",
"background_color": "#ffffff"
}