nexora / frontend /public /webmanifest.json
ChandimaPrabath's picture
fix manifest
974899d
raw
history blame
No virus
433 Bytes
{
"name": "Nexora",
"short_name": "NX",
"icons": [
{
"src": "/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#4339ff",
"background_color": "#110e21",
"display": "standalone"
}