Initial plugin registry: unreal + hello-exbyte

This commit is contained in:
Bonchellon
2026-07-09 14:51:52 +03:00
commit 1e9ffb6109
6 changed files with 167 additions and 0 deletions

9
README.md Normal file
View File

@ -0,0 +1,9 @@
# Exbyte Depot — official plugin registry
`registry.json` lists official plugins for **Exbyte Depot**. The client fetches it,
shows available plugins, and installs them into the user's local plugins folder.
Plugins marked `"autoInstall": true` are installed automatically on first run
(e.g. **Unreal Engine Tools**).
Each plugin lives under `plugins/<id>/` (a `plugin.json` manifest + a JS entry).
See the app's `PLUGINS.md` for the SDK.