From bba42592c39fc94abdf31ae496b9786a5bf82977 Mon Sep 17 00:00:00 2001 From: Andrew Zambazos Date: Mon, 8 Sep 2025 19:12:55 +1200 Subject: [PATCH] Update README-PLUGINS.md --- README-PLUGINS.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README-PLUGINS.md b/README-PLUGINS.md index b26c0e0..8291e57 100644 --- a/README-PLUGINS.md +++ b/README-PLUGINS.md @@ -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.