From ac3a29d165a46a5cef1cfedd5030e7005ff9461b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Tue, 1 Jun 2021 18:13:01 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A8=20fix=20icon=20paths?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/index.html | 2 +- public/manifest.json | 14 ++++++++++++-- 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/public/index.html b/public/index.html index be00576..8fed0a9 100644 --- a/public/index.html +++ b/public/index.html @@ -4,7 +4,7 @@ - + You Can Quit! diff --git a/public/manifest.json b/public/manifest.json index d516727..1c0f32d 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -10,6 +10,16 @@ "src": "./img/icons/icon-192.png", "sizes": "192x192", "type": "image/png" - } - ] + }, + { + "src": "./img/icons/apple-touch-icon-152x152.png", + "sizes": "152x152", + "type": "image/png" + }, + { + "src": "./img/icons/favicon-16x16.png", + "sizes": "16x16", + "type": "image/png" + } + ] }