homescreen gomb

This commit is contained in:
2020-11-25 12:44:22 +01:00
parent 75f43390e5
commit 27765a8cf1
2 changed files with 8 additions and 4 deletions

View File

Before

Width:  |  Height:  |  Size: 6.1 KiB

After

Width:  |  Height:  |  Size: 6.1 KiB

View File

@@ -1,8 +1,12 @@
{ {
"name": "Glowing Bulbs Power Manager Interface", "name": "IzControl Network Device Manager",
"short_name": "IZZ Control", "short_name": "IzControl",
"lang": "hu", "lang": "hu",
"start_url": "/192.168.0.200", "icons": [
{
"src": "homescreen.png"
}],
"start_url": "/192.168.0.148",
"display": "standalone", "display": "standalone",
"theme_color": "#979ea5" "theme_color": "#979ea5"
} }