TaskBot-App / static /manifest.json
Advay-Singh's picture
Upload 14 files
23004ee verified
raw
history blame contribute delete
504 Bytes
{
"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"
}
]
}