Update README-PLUGINS.md

This commit is contained in:
2025-09-08 19:12:55 +12:00
parent 67f9fd278c
commit bba42592c3
+2
View File
@@ -14,6 +14,7 @@ This document explains how to build simple plugins for Nebula. The initial API i
Example:
```json
{
"id": "my-plugin",
"name": "My Plugin",
@@ -23,6 +24,7 @@ Example:
"rendererPreload": "renderer-preload.js",
"enabled": true
}
```
Fields:
- id: Unique id. Defaults to folder name if omitted.