vscode-app/CloudronManifest.json

30 lines
752 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": "0.1.0",
"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": [
"https://git.ddswd.de/cloudron/vscode-app/raw/branch/master/medialinks/screenshot.jpg"
],
"changelog": "file://CHANGELOG",
"postInstallMessage": "file://POSTINSTALL.md"
}