feat: initial release - mobile-first web terminal with tmux touch toolbar and push notifications

This commit is contained in:
Mortdecai
2026-03-26 18:59:37 -04:00
commit 5f1beb4d4d
13 changed files with 376 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
{
"name": "sethmux",
"short_name": "sethmux",
"start_url": "/",
"display": "standalone",
"background_color": "#0a0a0a",
"theme_color": "#D35400",
"icons": [
{"src": "/icon-192.png", "sizes": "192x192", "type": "image/png"},
{"src": "/icon-512.png", "sizes": "512x512", "type": "image/png"}
]
}