refactor: rename coordinator → muxplex package, move frontend inside as package data
This commit is contained in:
@@ -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"}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user