TaskbotAI / static /manifest.json
Advay-Singh's picture
Update static/manifest.json
d480542 verified
raw
history blame contribute delete
395 Bytes
{
"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"
}
]
}