loop_maestro / site.webmanifest
jorisvaneyghen's picture
move styles/js to separate files; icons & manifest
7c8abd3
raw
history blame contribute delete
884 Bytes
{
"theme_color": "#54264d",
"background_color": "#ca5a39",
"icons": [
{
"purpose": "maskable",
"sizes": "192x192",
"src": "/web-app-manifest-192x192.png",
"type": "image/png"
},
{
"src": "/web-app-manifest-512x512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"
},
{
"purpose": "any",
"sizes": "512x512",
"src": "icon512_rounded.png",
"type": "image/png"
}
],
"orientation": "any",
"display": "standalone",
"dir": "auto",
"lang": "en-US",
"name": "Loop Maestro",
"short_name": "Loop Maestro",
"start_url": "https://jorisvaneyghen-loop-maestro.hf.space/",
"scope": "https://jorisvaneyghen-loop-maestro.hf.space/",
"description": "Upload a song, detect beats and bars, then loop bars",
"id": "https://jorisvaneyghen-loop-maestro.hf.space/"
}