homepage/toys/starship/manifest.json

20 lines
398 B
JSON

{
"name": "Starship Noise Generator",
"short_name": "Starship",
"start_url": ".",
"display": "standalone",
"background_color": "#fff",
"description": "Generates brown noise similar to a futuristic starship engine (or a modern HVAC system)",
"icons": [
{
"src": "icon-512.png",
"sizes": "512x512"
},
{
"src": "icon.svg",
"sizes": "any"
}
]
}