1
0
mirror of https://github.com/SuperBFG7/ympd synced 2024-06-17 02:30:10 +00:00
ympd/htdocs/mympd.webmanifest
2018-07-24 23:52:59 +01:00

21 lines
442 B
JSON

{
"background_color": "#343a40",
"theme_color": "#343a40",
"description": "myMPD - fast and lightweight MPD webclient",
"display": "standalone",
"icons": [
{
"src": "assets/appicon-192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "assets/appicon-512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"name": "myMPD",
"short_name": "myMPD",
"start_url": "/"
}