This commit is contained in:
Gilles Soulier
2025-12-24 14:47:39 +01:00
parent 4590c120fb
commit 383ad292d3
52 changed files with 4694 additions and 1 deletions

View File

@@ -0,0 +1,12 @@
{
"name": "MQTT Web Explorer",
"short_name": "MQTT Explorer",
"icons": [
{"src": "/favicon/favicon-16.png", "sizes": "16x16", "type": "image/png"},
{"src": "/favicon/favicon-32.png", "sizes": "32x32", "type": "image/png"},
{"src": "/favicon/apple-touch-icon.png", "sizes": "180x180", "type": "image/png"}
],
"theme_color": "#272822",
"background_color": "#272822",
"display": "standalone"
}