diff options
Diffstat (limited to 'public/manifest.json')
| -rw-r--r-- | public/manifest.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/public/manifest.json b/public/manifest.json index cd77de2..5fe3e5d 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -9,6 +9,12 @@ "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", "type": "image/png", |