refactor: rename coordinator → muxplex package, move frontend inside as package data

This commit is contained in:
Brian Krabach
2026-03-28 02:02:50 -07:00
parent be26d40a31
commit 74b63033d7
30 changed files with 95 additions and 95 deletions
+14
View File
@@ -0,0 +1,14 @@
{
"name": "muxplex",
"short_name": "muxplex",
"description": "Browser-based tmux session dashboard",
"start_url": "/",
"display": "standalone",
"orientation": "any",
"background_color": "#0D1117",
"theme_color": "#0D1117",
"icons": [
{"src": "/pwa-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any"},
{"src": "/pwa-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable"}
]
}