1
0
Fork 0
mirror of https://github.com/GuerillaHQ/now-playing synced 2024-06-27 14:01:35 +00:00
now-playing/static/favicons/site.webmanifest
2019-11-27 18:06:26 +01:00

19 lines
421 B
JSON

{
"name": "Now Playing",
"short_name": "Now Playing",
"icons": [
{
"src": "./android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "./android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#0e1848",
"background_color": "#0e1848"
}