1
2
3
4
5
6
7
8
9
10
11
12
13
{
"name": "mqtt-webui",
"short_name": "mqtt-webui",
"start_url": ".",
"display": "standalone",
"icons": [
{
"src": "favicon-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
]
}
webui for mqtt, can be used to control/display data in mqtt-topics
1
2
3
4
5
6
7
8
9
10
11
12
13
{
"name": "mqtt-webui",
"short_name": "mqtt-webui",
"start_url": ".",
"display": "standalone",
"icons": [
{
"src": "favicon-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
]
}