{ "$schema": "https://json-schema.boschrexroth.com/ctrlx-automation/ctrlx-core/apps/package-manifest/package-manifest.v1.3.schema.json", "version": "1.0.0", "id": "logiccloud-control", "services": { "proxyMapping": [ { "binding": ":8080", "name": "logiccloud Control", "url": "/control", "restricted": [] } ] }, "menus": { "sidebar": [ { "id": "logiccloud", "title": "logiccloud Control", "description": "Connect your edge devices to your logiccloud project and run edge runtimes.", "icon": "logiccloud-ic", "link": ":8080", "target": "_blank", "permissions": [ "logiccloud.r", "logiccloud.rw" ] } ], "overview": [ { "id": "logiccloud_control_overview", "title": "logiccloud Control", "description": "Connect your edge devices to your logiccloud project and run edge runtimes.", "icon": "logiccloud-ic-control", "link": ":8080", "target": "_blank", "permissions": [ "solutions.r", "solutions.rw" ] } ] }, "licenses": [ { "name": "SWL_XXX_XXXXXXXXXX_XX", "title": "logiccloud Control Demo", "description": "The default demo license, limited to 2h.", "required": false }, { "name": "SWL-X-XXX-XXXXXXX100xx-NNNN", "title": "logiccloud Control 100 tags", "description": "License for 100 tags", "required": true } ] }