mirror of
https://github.com/GuerillaStudio/now-playing
synced 2024-11-09 17:51:52 +00:00
19 lines
421 B
Text
19 lines
421 B
Text
|
{
|
||
|
"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"
|
||
|
}
|