BotVeraAI / manifest.json
TheVera's picture
Update manifest.json
4925d10 verified
Raw
History Blame Contribute Delete
373 Bytes
{
"name": "BotVera",
"short_name": "Vera",
"start_url": "index.html",
"display": "standalone",
"background_color": "#ffffff",
"theme_color": "#317EFB",
"icons": [
{
"src": "icon_vera2.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "icon_vera.png",
"sizes": "512x512",
"type": "image/png"
}
]
}