From 27635f348c387de3209275769a885d8f82b3d279 Mon Sep 17 00:00:00 2001 From: alexn707 Date: Fri, 28 Feb 2025 09:30:20 +0300 Subject: [PATCH] Update manifest.json --- src/www/manifest.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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" } ] }