mirror of
https://github.com/Termix-SSH/Termix.git
synced 2026-07-15 12:53:40 +00:00
41 lines
873 B
JSON
41 lines
873 B
JSON
{
|
|
"name": "Termix",
|
|
"short_name": "Termix",
|
|
"description": "Self-hosted SSH and remote desktop management.",
|
|
"theme_color": "#09090b",
|
|
"background_color": "#09090b",
|
|
"display": "standalone",
|
|
"orientation": "any",
|
|
"scope": "./",
|
|
"start_url": "./",
|
|
"icons": [
|
|
{
|
|
"src": "./icons/48x48.png",
|
|
"sizes": "48x48",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "./icons/64x64.png",
|
|
"sizes": "64x64",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "./icons/128x128.png",
|
|
"sizes": "128x128",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "./icons/256x256.png",
|
|
"sizes": "256x256",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "./icons/512x512.png",
|
|
"sizes": "512x512",
|
|
"type": "image/png",
|
|
"purpose": "any maskable"
|
|
}
|
|
],
|
|
"categories": ["utilities", "developer", "productivity"]
|
|
}
|