homepage/content/toys/starship/manifest.webmanifest

16 lines
331 B
Plaintext
Raw Normal View History

2018-11-21 12:19:47 -07:00
{
"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.svg",
"sizes": "any"
}
]
}