Files
pwa-player/frontend/public/manifest.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"
}