Update AppImage

This commit is contained in:
MacRimi
2025-09-28 23:25:58 +02:00
parent 795d96f8d5
commit 5b934eeb87
4 changed files with 30 additions and 9 deletions

View File

@@ -0,0 +1,21 @@
{
"name": "ProxMenux Monitor",
"short_name": "ProxMenux",
"description": "Proxmox System Dashboard and Monitor",
"start_url": "/",
"display": "standalone",
"background_color": "#2b2f36",
"theme_color": "#2b2f36",
"icons": [
{
"src": "/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
]
}