From 27765a8cf132a26ee5751d503802b9e434ac370a Mon Sep 17 00:00:00 2001 From: Enzo Angiulli Date: Wed, 25 Nov 2020 12:44:22 +0100 Subject: [PATCH] homescreen gomb --- ui/images/homescreen.png => homescreen.png | Bin manifest.json | 12 ++++++++---- 2 files changed, 8 insertions(+), 4 deletions(-) rename ui/images/homescreen.png => homescreen.png (100%) diff --git a/ui/images/homescreen.png b/homescreen.png similarity index 100% rename from ui/images/homescreen.png rename to homescreen.png diff --git a/manifest.json b/manifest.json index 29233c0..d2f0806 100644 --- a/manifest.json +++ b/manifest.json @@ -1,8 +1,12 @@ { - "name": "Glowing Bulbs Power Manager Interface", - "short_name": "IZZ Control", + "name": "IzControl Network Device Manager", + "short_name": "IzControl", "lang": "hu", - "start_url": "/192.168.0.200", + "icons": [ + { + "src": "homescreen.png" + }], + "start_url": "/192.168.0.148", "display": "standalone", "theme_color": "#979ea5" -} \ No newline at end of file +}