This commit is contained in:
Felix Roos 2022-03-26 16:36:34 +01:00
parent 1812300fd6
commit 8911326a95

View file

@ -1,21 +1,11 @@
{ {
"short_name": "React App", "short_name": "Strudel REPL",
"name": "Create React App Sample", "name": "Strudel REPL - Tidal Patterns in JavaScript",
"icons": [ "icons": [
{ {
"src": "favicon.ico", "src": "favicon.ico",
"sizes": "64x64 32x32 24x24 16x16", "sizes": "64x64 32x32 24x24 16x16",
"type": "image/x-icon" "type": "image/x-icon"
},
{
"src": "logo192.png",
"type": "image/png",
"sizes": "192x192"
},
{
"src": "logo512.png",
"type": "image/png",
"sizes": "512x512"
} }
], ],
"start_url": ".", "start_url": ".",