aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/citrix-workspace/package.json
diff options
context:
space:
mode:
authorLibravatar Martin Nygaard Jensen <69148218+ravager-dk@users.noreply.github.com>2023-04-04 17:34:49 +0200
committerLibravatar GitHub <noreply@github.com>2023-04-04 16:34:49 +0100
commitf8079c6185ddae5fe84a73c53a4be80e5f2e21cf (patch)
treed65c28e39c442889f5a810cfa748378c67a638fd /recipes/citrix-workspace/package.json
parentadd lukassr as a contributor for code (#330) [skip ci] (diff)
downloadferdium-recipes-f8079c6185ddae5fe84a73c53a4be80e5f2e21cf.tar.gz
ferdium-recipes-f8079c6185ddae5fe84a73c53a4be80e5f2e21cf.tar.zst
ferdium-recipes-f8079c6185ddae5fe84a73c53a4be80e5f2e21cf.zip
Add Citrix workspace (#328)
Diffstat (limited to 'recipes/citrix-workspace/package.json')
-rw-r--r--recipes/citrix-workspace/package.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/recipes/citrix-workspace/package.json b/recipes/citrix-workspace/package.json
new file mode 100644
index 0000000..b7f8619
--- /dev/null
+++ b/recipes/citrix-workspace/package.json
@@ -0,0 +1,12 @@
1{
2 "id": "citrix-workspace",
3 "name": "Citrix Workspace",
4 "version": "1.0.0",
5 "license": "MIT",
6 "config": {
7 "serviceURL": "https://{teamId}.cloud.com",
8 "hasNotificationSound": true,
9 "hasTeamId": true,
10 "urlInputSuffix": ".cloud.com"
11 }
12}