Files
ProxMenux/AppImage/public/manifest.json

17 lines
353 B
JSON
Raw Normal View History

2025-09-28 23:25:58 +02:00
{
"name": "ProxMenux Monitor",
"short_name": "ProxMenux",
"description": "Proxmox System Dashboard and Monitor",
"start_url": "/",
"display": "standalone",
"background_color": "#2b2f36",
"theme_color": "#2b2f36",
"icons": [
{
2025-09-29 17:46:37 +02:00
"src": "/images/proxmenux-logo.png",
"sizes": "256x256",
2025-09-28 23:25:58 +02:00
"type": "image/png"
}
]
}