summaryrefslogtreecommitdiff
path: root/plugins/example/manifest.json
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/example/manifest.json')
-rw-r--r--plugins/example/manifest.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/plugins/example/manifest.json b/plugins/example/manifest.json
new file mode 100644
index 0000000..a5af87d
--- /dev/null
+++ b/plugins/example/manifest.json
@@ -0,0 +1,8 @@
+{
+ "plugin_id": "example",
+ "name": "Example Plugin",
+ "version": "1.0.0",
+ "description": "Skeleton showing all plugin integration points. Safe to delete.",
+ "author": "Your Name",
+ "entry_point": "plugin.ExamplePlugin"
+}