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

This commit is contained in:
Mortdecai
2026-03-26 08:46:00 -04:00
commit 94eb19aa76
14 changed files with 557 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
{
"name": "sethpc terminal",
"short_name": "kitty",
"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"}
]
}