manifest update

This commit is contained in:
2020-11-25 12:52:15 +01:00
parent 27765a8cf1
commit 7d0039f55f

View File

@@ -2,11 +2,13 @@
"name": "IzControl Network Device Manager", "name": "IzControl Network Device Manager",
"short_name": "IzControl", "short_name": "IzControl",
"lang": "hu", "lang": "hu",
"icons": [
{
"src": "homescreen.png"
}],
"start_url": "/192.168.0.148", "start_url": "/192.168.0.148",
"display": "standalone", "display": "standalone",
"theme_color": "#979ea5" "theme_color": "#979ea5",
"icons": [
{
"src": "homescreen.png",
"sizes": "72x72 96x96 128x128 192x192 256x256"
}
]
} }