TaskbotAI / static /manifest.json
Advay-Singh's picture
Upload 4 files
405d557 verified
raw
history blame
403 Bytes
{
"name": "TaskBot AI",
"short_name": "TaskBot",
"start_url": "/",
"display": "standalone",
"background_color": "#ffffff",
"theme_color": "#007bff",
"icons": [
{
"src": "/static/icon-192.png",
"type": "image/png",
"sizes": "192x192"
},
{
"src": "/static/icon-512.png",
"type": "image/png",
"sizes": "512x512"
}
]
}