workspaces_registry_template/workspaces/Chromium/workspace.json

29 lines
705 B
JSON
Raw Normal View History

2023-02-10 11:30:18 +00:00
{
"description": "Chromium is a free and open-source browser, primarily developed and maintained by Google.",
"docker_registry": "https://index.docker.io/v1/",
"image_src": "chromium.png",
"name": "kasmweb/chromium:develop",
"run_config": {
"hostname": "kasm"
},
"exec_config": {
"go": {
"cmd": "bash -c '/dockerstartup/custom_startup.sh --go --url \"$KASM_URL\"'"
},
"assign": {
"cmd": "bash -c '/dockerstartup/custom_startup.sh --assign --url \"$KASM_URL\"'"
}
},
"categories": [
"Browser"
],
"friendly_name": "Chromium",
"architecture": [
"amd64",
"arm64"
2023-03-17 13:49:44 +00:00
],
2023-03-17 15:01:49 +00:00
"compatibility": [
2023-03-17 13:49:44 +00:00
"1.13.x"
],
"uncompressed_size": "2.17 GB"
2023-02-10 11:30:18 +00:00
}