Install Plugin
Installed Plugins
Loading…
Plugin Development
Create a ZIP with:
manifest.json— plugin metadatacheck.js— server-side check (optional)widget.js— client-side widget (optional)
manifest.json example:
{
"id": "my-plugin",
"name": "My Plugin",
"version": "1.0.0",
"type": ["check", "widget"],
"configSchema": [
{"key": "apiUrl", "label": "API URL", "type": "string", "required": true}
]
}