Browse Source

homescreen gomb

master
Enzo Angiulli 4 years ago
parent
commit
27765a8cf1
  1. 0
      homescreen.png
  2. 12
      manifest.json

0
ui/images/homescreen.png → homescreen.png

Before

Width:  |  Height:  |  Size: 6.1 KiB

After

Width:  |  Height:  |  Size: 6.1 KiB

12
manifest.json

@ -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"
} }

Loading…
Cancel
Save