diff --git a/workspaces/Chromium/chromium.png b/workspaces/Chromium/chromium.png new file mode 100644 index 0000000..b9e081e Binary files /dev/null and b/workspaces/Chromium/chromium.png differ diff --git a/workspaces/Chromium/workspace.json b/workspaces/Chromium/workspace.json new file mode 100644 index 0000000..65fb8fb --- /dev/null +++ b/workspaces/Chromium/workspace.json @@ -0,0 +1,25 @@ +{ + "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" + ] +} \ No newline at end of file