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 +}