quintodrome/ui/public/manifest.webmanifest

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

23 lines
497 B
Text
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",
2020-10-01 08:04:38 -08:00
"start_url": "./",
"background_color": "white",
"theme_color": "blue",
2020-03-11 16:18:22 -08:00
"icons": [
{
2020-10-01 08:04:38 -08:00
"src": "./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
},
{
2020-10-01 08:04:38 -08:00
"src": "./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
}
]
}