quintodrome/ui/public/manifest.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

23 lines
506 B
JSON
Raw Normal View History

{
"name": "Navidrome",
"short_name": "Navidrome",
"description": "Navidrome, an open source web-based music collection server and streamer",
"categories": ["music", "entertainment"],
"display": "standalone",
"start_url": "/app/",
"background_color": "white",
"theme_color": "blue",
2020-03-11 16:18:22 -08:00
"icons": [
{
"src": "/app/android-chrome-192x192.png",
2020-09-28 12:20:29 -08:00
"sizes": "192x192",
"type": "image/png"
2020-03-11 16:18:22 -08:00
},
{
"src": "/app/android-chrome-512x512.png",
2020-09-28 12:20:29 -08:00
"sizes": "512x512",
"type": "image/png"
2020-03-11 16:18:22 -08:00
}
]
}