Spaces:
Sleeping
Sleeping
File size: 395 Bytes
d480542 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 |
{
"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"
}
]
}
|