Spaces:
Sleeping
Sleeping
{ | |
"name": "TaskBot v1", | |
"short_name": "TaskBot", | |
"start_url": "/", | |
"display": "standalone", | |
"background_color": "#2f2f2f", | |
"theme_color": "#2f2f2f", | |
"icons": [ | |
{ | |
"src": "/static/icons/icon-192.png", | |
"sizes": "192x192", | |
"type": "image/png" | |
}, | |
{ | |
"src": "/static/icons/icon-512.png", | |
"sizes": "512x512", | |
"type": "image/png" | |
} | |
] | |
} | |