Files
UNITRONIX 6b7b1a242c feat(agent-client): initialize BetterDesk Agent Client with core components and localization support
Created the initial structure for the BetterDesk Agent Client, including essential files such as index.html, package.json, and TypeScript configuration. Implemented core components for the application, including StatusPanel, ChatPanel, and HelpRequest, along with localization support for multiple languages. Added a consent dialog for user permissions and integrated a chat window for real-time communication. Included styling and branding elements to enhance the user interface.
2026-06-20 22:48:18 +02:00

16 lines
432 B
JSON

{
"identifier": "default",
"description": "Default BetterDesk Agent capabilities",
"windows": ["main"],
"permissions": [
"core:default",
"core:window:allow-minimize",
"core:window:allow-unminimize",
"core:window:allow-hide",
"core:window:allow-show",
"core:window:allow-close",
"core:window:allow-start-dragging",
"core:window:allow-set-focus",
"core:webview:allow-set-webview-zoom"
]
}