fix(ui): polish terminal options and assets
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2026-05-10 07:00:22 -05:00
parent 33933b00d7
commit daa5e9d655
13 changed files with 387 additions and 33 deletions
+21
View File
@@ -0,0 +1,21 @@
{
"name": "Half Street",
"short_name": "Half St",
"icons": [
{
"src": "/web-app-manifest-192x192.png?v=20260509",
"sizes": "192x192",
"type": "image/png",
"purpose": "maskable"
},
{
"src": "/web-app-manifest-512x512.png?v=20260509",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"
}
],
"theme_color": "#cd8001",
"background_color": "#1a0d00",
"display": "standalone"
}