mirror of
https://github.com/JuLi0n21/pwa-player.git
synced 2026-04-20 07:50:05 +00:00
21 lines
431 B
JSON
21 lines
431 B
JSON
{
|
|
"name": "osu! music player",
|
|
"short_name": "music player",
|
|
"icons": [
|
|
{
|
|
"src": "img/icons/android-chrome-192x192.png",
|
|
"sizes": "192x192",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "img/icons/android-chrome-512x512.png",
|
|
"sizes": "512x512",
|
|
"type": "image/png"
|
|
}
|
|
],
|
|
"start_url": "/menu",
|
|
"background_color": "#ffffff",
|
|
"display": "standalone",
|
|
"theme_color": "#1c1719"
|
|
}
|