diff --git a/static/favicon.png b/static/favicon.png index 825b9e6..8fe723d 100644 Binary files a/static/favicon.png and b/static/favicon.png differ diff --git a/static/manifest.json b/static/manifest.json index cd1980a..24bf9e1 100644 --- a/static/manifest.json +++ b/static/manifest.json @@ -1,16 +1,16 @@ { - "name": "EmersaDownloader", + "name": "scaricatore", "start_url": "https://dl.emersa.it", "theme_color": "rgb(34,197,94)", "background": "black", "orientation": "portrait", "display": "fullscreen", - "short_name": "e-downloader", + "short_name": "scaricatore", "icons": [ { "src": "favicon.png", "type": "image/png", - "sizes": "128x128" + "sizes": "512x512" } ] }