Files
exbyte-depot-plugins/registry.json
Bonchellon 18426f27a3 team-relay 1.0.1 — use the real theme tokens
The panel styled itself with --text / --ok / --err, none of which exist in
the app. CSS silently fell back to the hardcoded defaults, so the member
name rendered near-white (#e8e8ee) and was invisible on the light theme.
Real tokens are --txt / --add / --del.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-18 16:53:48 +03:00

63 lines
2.0 KiB
JSON

{
"schema": "exbyte-depot-plugin-registry/1",
"updated": "2026-07-18T00:00:00Z",
"plugins": [
{
"id": "unreal",
"name": "Unreal Engine Tools",
"version": "1.2.0",
"author": "Exbyte Studios",
"description": "Build (.sln), launch the editor, tail the log. Native right-click actions + bottom-dock tab. For Unreal Engine projects.",
"permissions": [
"ue"
],
"minAppVersion": "0.3.6",
"official": true,
"autoInstall": false,
"files": [
"plugin.json",
"index.js"
],
"baseUrl": "https://gitea.exbytestudios.com/ExbytePublicServices/exbyte-depot-plugins/raw/branch/main/plugins/unreal/"
},
{
"id": "team-relay",
"name": "Team Relay",
"version": "1.0.1",
"author": "Exbyte Studios",
"description": "Team presence + coordinator shelve tools over a lightweight relay. See who's online and what they have open; coordinators (admin/super) can force-shelve a teammate's open work to the server when they step away. Nothing is submitted. Configure the relay URL in the Team tab.",
"permissions": [
"team",
"notify"
],
"minAppVersion": "0.4.0",
"official": true,
"autoInstall": false,
"files": [
"plugin.json",
"index.js"
],
"baseUrl": "https://gitea.exbytestudios.com/ExbytePublicServices/exbyte-depot-plugins/raw/branch/main/plugins/team-relay/"
},
{
"id": "hello-exbyte",
"name": "Hello Exbyte",
"version": "1.0.0",
"author": "Exbyte Studios",
"description": "Example plugin — menu action, per-workspace notes, file context item, submit guard. A starting point for your own.",
"permissions": [
"p4:read",
"notify"
],
"minAppVersion": "0.3.5",
"official": true,
"autoInstall": false,
"files": [
"plugin.json",
"index.js"
],
"baseUrl": "https://gitea.exbytestudios.com/ExbytePublicServices/exbyte-depot-plugins/raw/branch/main/plugins/hello-exbyte/"
}
]
}