diff --git a/src/www/manifest.json b/src/www/manifest.json index e0834f74..bbb7635b 100644 --- a/src/www/manifest.json +++ b/src/www/manifest.json @@ -1,11 +1,11 @@ { - "name": "WireGuard", + "name": "AmneziaWG", "display": "standalone", "background_color": "#fff", "icons": [ { - "src": "img/favicon.png", - "type": "image/png" + "src": "img/favicon.ico", + "type": "image/x-icon" } ] }