Spaces:
Paused
Paused
File size: 504 Bytes
23004ee |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 |
{
"name": "TaskBot AI",
"short_name": "TaskBot",
"start_url": "/",
"display": "standalone",
"scope": "/",
"background_color": "#2f2f2f",
"theme_color": "#2f2f2f",
"orientation": "portrait",
"icons": [
{
"src": "icon-192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "icon-512.png",
"sizes": "512x512",
"type": "image/png"
}
]
} |