33 lines
1.2 KiB
JSON
33 lines
1.2 KiB
JSON
{
|
|
"schema": "exbyte-depot-plugin-registry/1",
|
|
"updated": "2026-07-09",
|
|
"plugins": [
|
|
{
|
|
"id": "unreal",
|
|
"name": "Unreal Engine Tools",
|
|
"version": "1.0.0",
|
|
"author": "Exbyte Studios",
|
|
"description": "Build the game (.sln / UnrealBuildTool) and tail the Unreal editor log. For Unreal Engine projects.",
|
|
"permissions": ["ue"],
|
|
"minAppVersion": "0.3.6",
|
|
"official": true,
|
|
"autoInstall": true,
|
|
"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/"
|
|
}
|
|
]
|
|
}
|