quintodrome/ui/public/manifest.json

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

22 lines
498 B
JSON
Raw Normal View History

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