navidrome/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
Plaintext
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 18:04:38 +02:00
"start_url": "./",
"background_color": "white",
"theme_color": "blue",
2020-03-12 01:18:22 +01:00
"icons": [
{
2020-10-01 18:04:38 +02:00
"src": "./android-chrome-192x192.png",
2020-09-28 22:20:29 +02:00
"sizes": "192x192",
"type": "image/png"
2020-03-12 01:18:22 +01:00
},
{
2020-10-01 18:04:38 +02:00
"src": "./android-chrome-512x512.png",
2020-09-28 22:20:29 +02:00
"sizes": "512x512",
"type": "image/png"
2020-03-12 01:18:22 +01:00
}
]
}