Files
ProxMenux/AppImage/public/manifest.json

32 lines
674 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": "/",
2026-06-22 18:52:26 +02:00
"scope": "/",
2025-09-28 23:25:58 +02:00
"display": "standalone",
2026-06-22 18:52:26 +02:00
"orientation": "any",
2025-09-28 23:25:58 +02:00
"background_color": "#2b2f36",
"theme_color": "#2b2f36",
"icons": [
{
2026-06-22 18:52:26 +02:00
"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"
2025-09-28 23:25:58 +02:00
}
]
}