diff --git a/static/manifest.json b/static/manifest.json index 46b4f0e..0ae4911 100644 --- a/static/manifest.json +++ b/static/manifest.json @@ -5,5 +5,12 @@ "background": "black", "orientation": "portrait", "display": "fullscreen", - "short_name": "e-downloader" + "short_name": "e-downloader", + "icons": [ + { + "src": "favicon.png", + "type": "image/png", + "sizes": "128x128" + } + ] } \ No newline at end of file