diff --git a/repl/public/manifest.json b/repl/public/manifest.json index 080d6c77..7b904b61 100644 --- a/repl/public/manifest.json +++ b/repl/public/manifest.json @@ -1,21 +1,11 @@ { - "short_name": "React App", - "name": "Create React App Sample", + "short_name": "Strudel REPL", + "name": "Strudel REPL - Tidal Patterns in JavaScript", "icons": [ { "src": "favicon.ico", "sizes": "64x64 32x32 24x24 16x16", "type": "image/x-icon" - }, - { - "src": "logo192.png", - "type": "image/png", - "sizes": "192x192" - }, - { - "src": "logo512.png", - "type": "image/png", - "sizes": "512x512" } ], "start_url": ".",