1
0
Fork 0
mirror of https://github.com/GuerillaHQ/now-playing synced 2024-07-03 19:37:57 +00:00
now-playing/static/favicons/site.webmanifest

19 lines
421 B
Plaintext
Raw Normal View History

2019-11-27 17:06:26 +00:00
{
"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"
}