Files
ProxMenux/AppImage/public/manifest.json
2026-06-22 18:52:26 +02:00

32 lines
674 B
JSON

{
"name": "ProxMenux Monitor",
"short_name": "ProxMenux",
"description": "Proxmox System Dashboard and Monitor",
"start_url": "/",
"scope": "/",
"display": "standalone",
"orientation": "any",
"background_color": "#2b2f36",
"theme_color": "#2b2f36",
"icons": [
{
"src": "/icons/icon-192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "any"
},
{
"src": "/icons/icon-512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any"
},
{
"src": "/icons/icon-maskable-512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"
}
]
}