Files
ssh/static/manifest.webmanifest
T
jamie 8d8e9c052d
CI / Build and Push (push) Successful in 12s
feat: initial commit
2026-04-17 12:12:31 +01:00

25 lines
561 B
JSON

{
"name": "SSH",
"short_name": "SSH",
"description": "Web-based SSH client",
"start_url": "/",
"scope": "/",
"display": "standalone",
"background_color": "#334155",
"theme_color": "#334155",
"icons": [
{
"src": "https://assets.jdbnet.co.uk/projects/ssh_maskable.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "any maskable"
},
{
"src": "https://assets.jdbnet.co.uk/projects/ssh_maskable.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any maskable"
}
]
}