28 lines
612 B
JSON
28 lines
612 B
JSON
{
|
|
"id": "com.coder.codeserver.cloudronapp",
|
|
"title": "VS Code",
|
|
"author": "Dennis Schwerdel",
|
|
"description": "file://DESCRIPTION.md",
|
|
"tagline": "Visual Studio Code in the browser",
|
|
"tags": [
|
|
],
|
|
"version": "3.9.3",
|
|
"healthCheckPath": "/healthz",
|
|
"httpPort": 8080,
|
|
"manifestVersion": 1,
|
|
"website": "https://github.com/cdr/code-server",
|
|
"contactEmail": "support@cloudron.io",
|
|
"icon": "logo.png",
|
|
"addons": {
|
|
"localstorage": {}
|
|
},
|
|
"capabilities": [
|
|
],
|
|
"minBoxVersion": "1.8.1",
|
|
"tcpPorts": {},
|
|
"udpPorts": {},
|
|
"mediaLinks": [
|
|
],
|
|
"changelog": "file://CHANGELOG"
|
|
}
|