From 50a0f0240d7fef133eb5acc1bea2b1168b08e9db Mon Sep 17 00:00:00 2001 From: Factiven Date: Sun, 24 Dec 2023 13:03:54 +0700 Subject: migrate to typescript --- public/manifest.json | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'public/manifest.json') diff --git a/public/manifest.json b/public/manifest.json index cd77de2..5fe3e5d 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -8,6 +8,12 @@ "short_name": "moopa", "description": "Watch and Read your favorite Anime/Manga in one single app", "icons": [ + { + "src": "/icon-144x144.png", + "sizes": "144x144", + "type": "image/png", + "purpose": "any" + }, { "src": "/icon-192x192.png", "sizes": "192x192", -- cgit v1.2.3