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