From 0d71702b4811cf29dcc5b4627236b9b747d06c07 Mon Sep 17 00:00:00 2001 From: llamaiscool <86912683+llamaiscoollol@users.noreply.github.com> Date: Thu, 15 Jul 2021 17:48:34 +0200 Subject: Added website icon and small design change in WiFi details box (#45) * Added website icon and small design change in WiFi details box * Fixed few errors of previous pull * Fixed errors of previous pull --- public/manifest.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'public/manifest.json') diff --git a/public/manifest.json b/public/manifest.json index 46e96b6..5408c44 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -1,7 +1,13 @@ { "short_name": "wifi-details", "name": "wifi-details", - "icons": [], + "icons": [ + { + "src": "./images/wifi.ico", + "sizes": "64x64 32x32 24x24 16x16", + "type": "image/x-icon" + } + ], "start_url": ".", "display": "standalone", "theme_color": "#000000", -- cgit v1.2.3