Initial commit: Example plugin
This commit is contained in:
16
plugin.json
Normal file
16
plugin.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"id": "example-plugin",
|
||||
"name": "Example Plugin",
|
||||
"version": "1.0.0",
|
||||
"description": "An example plugin demonstrating the plugin system capabilities",
|
||||
"author": "Your Name",
|
||||
"main": "index.js",
|
||||
"repository": "http://synbox.ruv.wtf:8418/litruv/Plugin-Example.git",
|
||||
"config": {
|
||||
"greeting": "Hello from Example Plugin!"
|
||||
},
|
||||
"permissions": [
|
||||
"hooks",
|
||||
"events"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user