mirror of
https://github.com/generativefm/generative.fm.git
synced 2026-04-26 03:00:08 -04:00
22 lines
456 B
JSON
22 lines
456 B
JSON
{
|
|
"name": "Generative.fm",
|
|
"description": "Endlessly unique ambient music",
|
|
"lang": "en-US",
|
|
"icons": [
|
|
{
|
|
"src": "/icons/icon-192x192.png",
|
|
"type": "image/png",
|
|
"sizes": "192x192"
|
|
},
|
|
{
|
|
"src": "/icons/icon-512x512.png",
|
|
"type": "image/png",
|
|
"sizes": "512x512"
|
|
}
|
|
],
|
|
"start_url": "/",
|
|
"background_color": "#FFFFFF",
|
|
"theme_color": "#FFFFFF",
|
|
"display": "standalone"
|
|
}
|