Nexora-Music / frontend /public /site.webmanifest
ChandimaPrabath's picture
fix manifest for landscape
fd488c6
raw
history blame contribute delete
795 Bytes
{
"name": "Nexora Music",
"short_name": "NM",
"icons": [
{
"src": "/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
},
{
"src": "/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#0b5da9",
"background_color": "#080523",
"display": "standalone",
"start_url": "/",
"scope": "/",
"description": "Experience the best in music streaming with Nexora Music, your ultimate music companion.",
"orientation": "any",
"prefer_related_applications": false
}