diff --git a/www/img/logo.png b/www/img/logo.png index 9519e7d..6f02567 100644 Binary files a/www/img/logo.png and b/www/img/logo.png differ diff --git a/www/manifest.json b/www/manifest.json index 5bcc3dd..79224fc 100644 --- a/www/manifest.json +++ b/www/manifest.json @@ -1,13 +1,13 @@ { "name": "Mon Timer", - "short_name": "Timer", + "short_name": "ChessCubingClock", "start_url": "index.html", "display": "standalone", "background_color": "#000000", "theme_color": "#000000", "icons": [ { - "src": "icon.png", + "src": "img/logo.png", "sizes": "192x192", "type": "image/png" }