Files
exbyte-depot-plugins/registry.json
2026-07-09 17:45:46 +03:00

43 lines
1.3 KiB
JSON

{
"schema": "exbyte-depot-plugin-registry/1",
"updated": "2026-07-09T12: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": "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/"
}
]
}