1
0
mirror of https://github.com/SuperBFG7/ympd synced 2024-07-02 09:33:16 +00:00
ympd/htdocs/mympd.webmanifest

21 lines
452 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": "/index.html"
}