nexora / frontend /public /webmanifest.json
ChandimaPrabath's picture
fix manifest
b5c3fe1
raw
history blame
628 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",
"start_url": "/",
"scope": "/",
"description": "Stream your favorite movies and TV series for free with Nexora.",
"orientation": "any",
"prefer_related_applications": false
}